This commit is contained in:
John Mumm 2013-10-10 15:20:07 -04:00
parent 4ddad0b27a
commit 136fea4950
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@
},
{
"match": "\\#^$^%(0|[1-9]\\d+)\\b",
"match": "\\#(0|[1-9]\\d+)\\b",
"name": "constant.numeric.asm",
"comment": "Dec number constant"
}

View File

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