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

(def- opts {})

(util.setup :Comment opts)