sustained / CoffeeScript-Sublime-Plugin

Syntax highlighting and checking, commands, shortcuts, snippets, compilation and more.
MIT License
290 stars 71 forks source link

Fixing the syntax highlighter for some special cases #42

Closed mfkp closed 2 years ago

mfkp commented 11 years ago

For example, if you have a variable named "items", the old regex would highlight "it" in the word "items". I've added a small change to not highlight if the next character is a word character.