summaryrefslogtreecommitdiff
path: root/fnl/config/comment.fnl
blob: 1b896f4ce508be0d69fc2f18527f1bcc30a56e95 (plain)
1
2
3
4
5
6
;; Language aware commenting.
(module config.comment {autoload {:util :config.util}})

(def- opts {})

(util.setup :Comment opts)