mirror of
https://github.com/ksherlock/65816.tmbundle.git
synced 2024-11-25 01:31:48 +00:00
merlin - ; doesn't start a comment in a macro parameter
This commit is contained in:
parent
b435578c87
commit
de38244dc7
@ -74,13 +74,13 @@
|
||||
</dict>
|
||||
<dict>
|
||||
<key>match</key>
|
||||
<string>;.*</string>
|
||||
<string>(?<=[ \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>
|
||||
|
Loading…
Reference in New Issue
Block a user