We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fdd711 commit d576698Copy full SHA for d576698
1 file changed
syntax/clojure.vim
@@ -14,6 +14,8 @@ elseif exists("b:current_syntax")
14
finish
15
endif
16
17
+setlocal iskeyword+=?,-,*,!,+,/,=,<,>,.,:
18
+
19
" Highlight superfluous closing parens, brackets and braces.
20
syn match clojureError "]\|}\|)"
21
0 commit comments