summaryrefslogtreecommitdiff
path: root/static/hl/languages/gcode.min.js
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-12-16 17:45:03 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-12-16 17:45:03 -0600
commit7e49db5ddefe8c515b5f3931a5c701efaac33d91 (patch)
treed7d1efda44837a466fe079266efda90021812399 /static/hl/languages/gcode.min.js
parent3112a76dac594fe715b59e53c399b0dec5b53193 (diff)
change structure for new pyssg version
Diffstat (limited to 'static/hl/languages/gcode.min.js')
-rw-r--r--static/hl/languages/gcode.min.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/static/hl/languages/gcode.min.js b/static/hl/languages/gcode.min.js
deleted file mode 100644
index e0b3982..0000000
--- a/static/hl/languages/gcode.min.js
+++ /dev/null
@@ -1,15 +0,0 @@
-hljs.registerLanguage("gcode",(()=>{"use strict";return e=>{
-const a=[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,e.COMMENT(/\(/,/\)/),e.inherit(e.C_NUMBER_MODE,{
-begin:"([-+]?([0-9]*\\.?[0-9]+\\.?))|"+e.C_NUMBER_RE
-}),e.inherit(e.APOS_STRING_MODE,{illegal:null}),e.inherit(e.QUOTE_STRING_MODE,{
-illegal:null}),{className:"name",begin:"([G])([0-9]+\\.?[0-9]?)"},{
-className:"name",begin:"([M])([0-9]+\\.?[0-9]?)"},{className:"attr",
-begin:"(VC|VS|#)",end:"(\\d+)"},{className:"attr",begin:"(VZOFX|VZOFY|VZOFZ)"},{
-className:"built_in",
-begin:"(ATAN|ABS|ACOS|ASIN|SIN|COS|EXP|FIX|FUP|ROUND|LN|TAN)(\\[)",
-end:"([-+]?([0-9]*\\.?[0-9]+\\.?))(\\])"},{className:"symbol",variants:[{
-begin:"N",end:"\\d+",illegal:"\\W"}]}];return{name:"G-code (ISO 6983)",
-aliases:["nc"],case_insensitive:!0,keywords:{$pattern:"[A-Z_][A-Z0-9_.]*",
-keyword:"IF DO WHILE ENDWHILE CALL ENDIF SUB ENDSUB GOTO REPEAT ENDREPEAT EQ LT GT NE GE LE OR XOR"
-},contains:[{className:"meta",begin:"%"},{className:"meta",begin:"([O])([0-9]+)"
-}].concat(a)}}})()); \ No newline at end of file