mirror of
https://github.com/jtfmumm/6502asm-sublime.git
synced 2024-12-22 12:29:56 +00:00
Minor
This commit is contained in:
parent
4ddad0b27a
commit
136fea4950
@ -72,7 +72,7 @@
|
||||
},
|
||||
|
||||
{
|
||||
"match": "\\#^$^%(0|[1-9]\\d+)\\b",
|
||||
"match": "\\#(0|[1-9]\\d+)\\b",
|
||||
"name": "constant.numeric.asm",
|
||||
"comment": "Dec number constant"
|
||||
}
|
||||
|
@ -104,7 +104,7 @@
|
||||
<key>comment</key>
|
||||
<string>Dec number constant</string>
|
||||
<key>match</key>
|
||||
<string>\#^$^%(0|[1-9]\d+)\b</string>
|
||||
<string>\#(0|[1-9]\d+)\b</string>
|
||||
<key>name</key>
|
||||
<string>constant.numeric.asm</string>
|
||||
</dict>
|
||||
|
Loading…
Reference in New Issue
Block a user