merlin - ; doesn't start a comment in a macro parameter

This commit is contained in:
Kelvin Sherlock 2015-01-11 19:10:07 -05:00
parent b435578c87
commit de38244dc7
1 changed files with 2 additions and 2 deletions

View File

@ -74,13 +74,13 @@
</dict>
<dict>
<key>match</key>
<string>;.*</string>
<string>(?&lt;=[ \t])(;.*)</string>
<key>name</key>
<string>comment.line</string>
</dict>
<dict>
<key>match</key>
<string>^][0-~]*\b</string>
<string>][0-~]*\b</string>
<key>name</key>
<string>entity.name.label.variable</string>
</dict>