From bd86f4fc950cdc5bb4cb346f48c14a6e356dc4fb Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Thu, 7 Mar 2024 21:55:16 -0600 Subject: stop tracking live/ --- live/static/hl/languages/gcode.min.js | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 live/static/hl/languages/gcode.min.js (limited to 'live/static/hl/languages/gcode.min.js') diff --git a/live/static/hl/languages/gcode.min.js b/live/static/hl/languages/gcode.min.js deleted file mode 100644 index e0b3982..0000000 --- a/live/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 -- cgit v1.2.3-54-g00ecf