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