diff options
Diffstat (limited to 'syntax/clojure.vim')
-rw-r--r-- | syntax/clojure.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/clojure.vim b/syntax/clojure.vim index 03d9a275..244d08be 100644 --- a/syntax/clojure.vim +++ b/syntax/clojure.vim @@ -72,7 +72,7 @@ delfunction s:syntax_keyword " * Must not end in a : or / " * Must not have two adjacent colons except at the beginning " * Must not contain any reader metacharacters except for ' and # -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<!>" syntax match clojureStringEscape "\v\\%([\\btnfr"]|u\x{4}|[0-3]\o{2}|\o{1,2})" contained |