This commit is contained in:
John Mumm 2013-10-10 16:03:25 -04:00
parent f170f95c75
commit 26cf928524
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@
},
{
"match": "(?i)\\%[0|1]+)\\b",
"match": "(?i)\\%([0|1]+)\\b",
"name": "constant.numeric.asm",
"comment": "Binary number constant"
},

View File

@ -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>