mirror of
https://github.com/ksherlock/65816.tmbundle.git
synced 2024-12-22 10:30:19 +00:00
fix bit instructions (0-7, not 0-9)
This commit is contained in:
parent
d1ece35946
commit
2636a5db93
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user