Skip to content

Commit d266b7d

Browse files
committed
Fixed ABC regex [ #53 ]
1 parent d14c4c9 commit d266b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxes/gcode.tmLanguage.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
"name": "invalid.gcode"
172172
},
173173
{
174-
"match": "([aAbBcC])\\s?(\\-*\\d?\\.?\\d+\\.?|\\-?\\.?(?=[#\\[]))",
174+
"match": "([aAbBcC])\\s?(\\-*\\d*\\.?\\d+\\.?|\\-?\\.?(?=[#\\[]))",
175175
"name": "constant.character.escape.gcode"
176176
}
177177
]

0 commit comments

Comments
 (0)