We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec54e4a commit 8ba3ca6Copy full SHA for 8ba3ca6
snippets/mcode-snippets.json
@@ -7,6 +7,11 @@
7
],
8
"description": "Spindle Speed"
9
},
10
+ "M05": {
11
+ "scope": "gcode",
12
+ "prefix": "M05",
13
+ "description": "Spindle Off"
14
+ },
15
"M06": {
16
"scope": "gcode",
17
"prefix": "M06",
syntaxes/gcode.tmLanguage.json
@@ -71,11 +71,8 @@
71
"operators": {
72
"patterns": [
73
{
74
-<<<<<<< HEAD
75
- "match": "(SIN)|(COS)|(TAN)|(ASIN)|(ACOS)|(ATAN)|(LN)|(SQRT)|(MOD)|(EXP)",
76
-=======
77
"match": "(SIN)|(COS)|(TAN)|(ASIN)|(ACOS)|(ATAN)|(FIX)|(FUP)|(LN)|(ROUND)|(SQRT)",
78
->>>>>>> added snippets
+
79
"name": "support.constant.math.gcode"
80
81
0 commit comments