File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,3 +73,6 @@ Changed default colors
7373
7474### V0.0.4
7575** swi** keyword added to mnemonics
76+
77+ ### V0.0.5
78+ Fixed error detecting inmediate values.
Original file line number Diff line number Diff line change 22 "name" : " arm-syntax" ,
33 "displayName" : " arm-syntax" ,
44 "description" : " Colorful assembly syntax" ,
5- "version" : " 0.0.4 " ,
6- "publisher" : " Javier Mejias Reverté " ,
5+ "version" : " 0.0.5 " ,
6+ "publisher" : " ininavicode " ,
77 "icon" : " images/logo.png" ,
8+ "repository" : {
9+ "type" : " git" ,
10+ "url" : " https://github.com/ininavicode/arm-syntax-vscode-extension.git"
11+ },
812 "engines" : {
913 "vscode" : " ^1.95.0"
1014 },
Original file line number Diff line number Diff line change 3030 },
3131 {
3232 "name" : " constant.numeric.arm" ,
33- "match" : " #(-?(0x[0-9A-Fa-f]+|0b[01]+|0o[0-7]+|[0-9]+|[a-zA-Z_][a-zA-Z0-9_]*))"
33+ "match" : " #\\ (?(-?[a-zA-Z_][a-zA-Z0-9_]*(?:\\ s*[+\\ -*/]\\ s*(-?[a-zA-Z_][a-zA-Z0-9_]*|\\ d+|\\ (.*?\\ )))*|\\ d+|0x[0-9A-Fa-f]+|0b[01]+|0o[0-7]+)\\ )?"
34+
3435 },
3536 {
3637 "name" : " entity.name.label.arm" ,
You can’t perform that action at this time.
0 commit comments