mirror of
https://github.com/ksherlock/65816.tmbundle.git
synced 2024-12-22 10:30:19 +00:00
bug fixes
This commit is contained in:
parent
14ac1c2bbb
commit
2ef709fe3a
@ -44,7 +44,7 @@
|
|||||||
<key>comment</key>
|
<key>comment</key>
|
||||||
<string>Rockwell/m740</string>
|
<string>Rockwell/m740</string>
|
||||||
<key>match</key>
|
<key>match</key>
|
||||||
<string>\b(?:BBC|BBR|BBS|CLB|RMB|SEB|SMB)[0-7]\b</string>
|
<string>\b(?i:BBC|BBR|BBS|CLB|RMB|SEB|SMB)[0-7]\b</string>
|
||||||
<key>name</key>
|
<key>name</key>
|
||||||
<string>keyword.mnemonic.other</string>
|
<string>keyword.mnemonic.other</string>
|
||||||
</dict>
|
</dict>
|
||||||
@ -281,7 +281,7 @@
|
|||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
<key>match</key>
|
<key>match</key>
|
||||||
<string>\b((?i)BLANKS)\s+((?i)ON|OFF|YES|NO|Y|N|OBJECT|OBJ)\b</string>
|
<string>\b((?i)CASE)\s+((?i)ON|OFF|YES|NO|Y|N|OBJECT|OBJ)\b</string>
|
||||||
<key>name</key>
|
<key>name</key>
|
||||||
<string>meta.case.directive</string>
|
<string>meta.case.directive</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
Loading…
Reference in New Issue
Block a user