File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 220220 :clojureDispatch
221221 :clojureSymbolNs
222222 :clojureSymbolNsSeparator
223- :clojureSymbol
224- :clojureParen ])]])
223+ :clojureSymbol ])]])
225224
226225(comment (test #'keywords-test))
227226
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ syntax region clojureString matchgroup=clojureStringDelimiter start=/"/ skip=/\\
7979
8080syntax match clojureCharacter " \v\\ %(o%([0-3]\o {2}|\o {1,2})|u\x {4}|newline|tab|space|return|backspace|formfeed|.)"
8181
82- syntax match clojureSymbolNs contained " \v [^/ \[\(\{ ]+\z e/"
82+ syntax match clojureSymbolNs contained " \v [^ \n\r\t () \[\] {}";@^`~ \\\/ '# ]+\z e\ /"
8383syntax match clojureSymbolNsSeparator contained " /"
8484syntax match clojureSymbol " \v %([a-zA-Z!$&*_+=|<.>?-]|[^\x 00-\x 7F])+%(:?%([a-zA-Z0-9!#$%&*_+=|'<.>/?-]|[^\x 00-\x 7F]))*[#:]@1<!" contains =clojureSymbolNs,clojureSymbolNsSeparator
8585
You can’t perform that action at this time.
0 commit comments