mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-26 13:19:42 +00:00
[coffeescript] improve the regex colorizer fix for #499
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user