Skip to content

Commit 29b207c

Browse files
committed
Fixed coloring for MOD and P with brackets
Signed-off-by: Mike Centola <[email protected]>
1 parent 0ef3cdd commit 29b207c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

syntaxes/gcode.tmLanguage.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"name": "support.constant.math.gcode"
7373
},
7474
{
75-
"match": "(FIX)|(FUP)|(ROUND)|(ABS)",
75+
"match": "(FIX)|(FUP)|(ROUND)|(ABS)|(MOD)",
7676
"name": "support.constant.math.gcode"
7777
},
7878
{
@@ -108,7 +108,7 @@
108108
"name": "string.regexp.gcode"
109109
},
110110
{
111-
"match": "[pP][0-9]{1,5}",
111+
"match": "[pP][0-9]{0,5}",
112112
"name": "string.regexp.gcode"
113113
}
114114
]

0 commit comments

Comments
 (0)