mirror of
https://github.com/jtfmumm/6502asm-sublime.git
synced 2025-01-18 06:32:09 +00:00
Added NOP
NOP wasn't there so I added it
This commit is contained in:
parent
e9438a40bb
commit
7499d559b9
@ -5,7 +5,7 @@
|
||||
"patterns": [
|
||||
|
||||
{
|
||||
"match": "(?i)\\b(adc|and|asl|dec|dex|dey|eor|inc|inx|iny|lsr|ora|rol|ror|sbc)\\b",
|
||||
"match": "(?i)\\b(adc|and|asl|dec|dex|dey|eor|inc|inx|iny|lsr|ora|rol|ror|sbc|nop)\\b",
|
||||
"name": "keyword.arithlogic.asm",
|
||||
"comment": "Arithmetic and logic instructions"
|
||||
},
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>fileTypes</key>
|
||||
@ -14,7 +14,7 @@
|
||||
<key>comment</key>
|
||||
<string>Arithmetic and logic instructions</string>
|
||||
<key>match</key>
|
||||
<string>(?i)\b(adc|and|asl|dec|dex|dey|eor|inc|inx|iny|lsr|ora|rol|ror|sbc)\b</string>
|
||||
<string>(?i)\b(adc|and|asl|dec|dex|dey|eor|inc|inx|iny|lsr|ora|rol|ror|sbc|nop)\b</string>
|
||||
<key>name</key>
|
||||
<string>keyword.arithlogic.asm</string>
|
||||
</dict>
|
||||
|
Loading…
x
Reference in New Issue
Block a user