Skip to content

Commit

Permalink
Render commas like comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Michi Huber authored and axvr committed Oct 15, 2021
1 parent 6646cce commit 11cc000
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syntax/clojure.vim
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ syntax keyword clojureCommentTodo contained FIXME XXX TODO BUG NOTE HACK FIXME:

syntax match clojureComment ";.*$" contains=clojureCommentTodo,@Spell
syntax match clojureComment "#!.*$"
syntax match clojureComment ","

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

0 comments on commit 11cc000

Please sign in to comment.