Hi there,
Is there are possibility to use editor.nonWordCharacters option in syntax highlighting scheme? For now I’m using patterns/match (syntax .cson file) with “\b” anchor (words boundary) and it does not affects by nonWordCharacters option.
What I should do instead of manually adding the [list-of-non-word-chars] at the begin and end of regex?
Thanks, Yuriy.