[coffeescript] improve the regex colorizer fix for #499

This commit is contained in:
Martin Aeschlimann
2016-04-13 09:42:25 +02:00
parent e3ac586869
commit a5a3af642b
3 changed files with 126 additions and 1 deletions

View File

@@ -326,7 +326,7 @@
</dict>
<dict>
<key>begin</key>
<string>/(?![\s=/*+{}?])(?=.*/[igmy]{0,4})</string>
<string>/(?![\s=/*+{}?])(?=.*/[igmy]{0,4}(?![a-zA-Z0-9]))</string>
<key>beginCaptures</key>
<dict>
<key>0</key>