mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
fixes #499: syntax highlighting broken when divide symbol is not separated using space
This commit is contained in:
@@ -326,7 +326,7 @@
|
||||
</dict>
|
||||
<dict>
|
||||
<key>begin</key>
|
||||
<string>/(?![\s=/*+{}?])</string>
|
||||
<string>/(?![\s=/*+{}?])(?=.*/[igmy]{0,4})</string>
|
||||
<key>beginCaptures</key>
|
||||
<dict>
|
||||
<key>0</key>
|
||||
|
||||
Reference in New Issue
Block a user