Closed just-sultanov closed 5 years ago
Well \S would also match } which is wrong. Can you make it so that only characters that are valid inside keyword are matched? See e.g. https://github.com/tonsky/sublime-clojure/blob/1d1722352e637a7a028db4d8d9272357ddb47543/ClojureC.sublime-syntax#L265
\S
}
@tonsky Ok, no problem.
Thanks! Pushed 0.2.9
Well
\S
would also match}
which is wrong. Can you make it so that only characters that are valid inside keyword are matched? See e.g. https://github.com/tonsky/sublime-clojure/blob/1d1722352e637a7a028db4d8d9272357ddb47543/ClojureC.sublime-syntax#L265