Skip to content

Commit 11cc000

Browse files
Michi Huberaxvr
Michi Huber
authored andcommitted
Render commas like comments
Related: guns/vim-clojure-static#92
1 parent 6646cce commit 11cc000

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: syntax/clojure.vim

+1
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ syntax keyword clojureCommentTodo contained FIXME XXX TODO BUG NOTE HACK FIXME:
133133

134134
syntax match clojureComment ";.*$" contains=clojureCommentTodo,@Spell
135135
syntax match clojureComment "#!.*$"
136+
syntax match clojureComment ","
136137

137138
" Comment out discarded forms. <https://clojure.org/guides/weird_characters#_discard>
138139
" TODO: stacking support and/or option to enable/disable this.

0 commit comments

Comments
 (0)