mirror of
https://github.com/jtfmumm/6502asm-sublime.git
synced 2025-08-10 01:25:24 +00:00
Minor
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
},
|
||||
|
||||
{
|
||||
"match": "(?i)\\%[0|1]+)\\b",
|
||||
"match": "(?i)\\%([0|1]+)\\b",
|
||||
"name": "constant.numeric.asm",
|
||||
"comment": "Binary number constant"
|
||||
},
|
||||
|
@@ -86,7 +86,7 @@
|
||||
<key>comment</key>
|
||||
<string>Binary number constant</string>
|
||||
<key>match</key>
|
||||
<string>(?i)\%[0|1]+)\b</string>
|
||||
<string>(?i)\%([0|1]+)\b</string>
|
||||
<key>name</key>
|
||||
<string>constant.numeric.asm</string>
|
||||
</dict>
|
||||
|
Reference in New Issue
Block a user