bug fixes

This commit is contained in:
Kelvin Sherlock 2017-08-13 14:41:27 -04:00
parent 14ac1c2bbb
commit 2ef709fe3a

View File

@ -44,7 +44,7 @@
<key>comment</key>
<string>Rockwell/m740</string>
<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>
<string>keyword.mnemonic.other</string>
</dict>
@ -281,7 +281,7 @@
</dict>
</dict>
<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>
<string>meta.case.directive</string>
</dict>