fix bit instructions (0-7, not 0-9)

This commit is contained in:
Kelvin Sherlock 2016-12-30 21:02:39 -05:00
parent d1ece35946
commit 2636a5db93

View File

@ -6,8 +6,6 @@
<array>
<string>aii</string>
</array>
<key>isDisabled</key>
<false/>
<key>name</key>
<string>MPW Asm IIgs</string>
<key>patterns</key>
@ -46,7 +44,7 @@
<key>comment</key>
<string>Rockwell/m740</string>
<key>match</key>
<string>\b(?:BBC|BBR|BBS|CLB|RMB|SEB|SMB)[0-9]\b</string>
<string>\b(?:BBC|BBR|BBS|CLB|RMB|SEB|SMB)[0-7]\b</string>
<key>name</key>
<string>keyword.mnemonic.other</string>
</dict>