We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa110a4 commit ab5004cCopy full SHA for ab5004c
syntax/clojure.vim
@@ -68,7 +68,7 @@ delfunction s:syntax_keyword
68
" * Must not end in a : or /
69
" * Must not have two adjacent colons except at the beginning
70
" * Must not contain any reader metacharacters except for ' and #
71
-syntax match clojureKeyword "\v<:{1,2}%([^ \n\r\t()\[\]{}";@^`~\\%/]+/)*[^ \n\r\t()\[\]{}";@^`~\\%/]+:@1<!>"
+syntax match clojureKeyword "\v<:{1,2}([^ \n\r\t()\[\]{}";@^`~\\/]+/)*[^ \n\r\t()\[\]{}";@^`~\\/]+:@1<!>"
72
73
syntax match clojureStringEscape "\v\\%([\\btnfr"]|u\x{4}|[0-3]\o{2}|\o{1,2})" contained
74
0 commit comments