Skip to content

Commit ae1762e

Browse files
committed
Fixed syntax colorization of G-Code w/ dot - Issue #16
1 parent 8bfbaa5 commit ae1762e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxes/gcode.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"name": "constant.numeric.gcode"
6060
},
6161
{
62-
"match": "[gG][0-9]{1,3}",
62+
"match": "[gG][0-9]{1,3}\\.?[0-9]?",
6363
"name": "markup.bold.gcode"
6464
},
6565
{

0 commit comments

Comments
 (0)