fixes #499: syntax highlighting broken when divide symbol is not separated using space

This commit is contained in:
Martin Aeschlimann
2016-04-11 21:16:21 +02:00
parent 3a486b145e
commit 320a247a6f
4 changed files with 1397 additions and 779 deletions

View File

@@ -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>