We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6646cce commit 11cc000Copy full SHA for 11cc000
syntax/clojure.vim
@@ -133,6 +133,7 @@ syntax keyword clojureCommentTodo contained FIXME XXX TODO BUG NOTE HACK FIXME:
133
134
syntax match clojureComment ";.*$" contains=clojureCommentTodo,@Spell
135
syntax match clojureComment "#!.*$"
136
+syntax match clojureComment ","
137
138
" Comment out discarded forms. <https://clojure.org/guides/weird_characters#_discard>
139
" TODO: stacking support and/or option to enable/disable this.
0 commit comments