My static website generator using poole https://www.xythobuz.de
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

sh_gcode.min.js 264B

1
  1. if(!this.sh_languages){this.sh_languages={}}sh_languages.gcode=[[[/;.*|\B\(.*?\)\B/g,"sh_comment",-1],[/"(?:""|[^"])*"/g,"sh_string",-1],[/\b[GM]\d+(?:\.\d+)?\b/g,"sh_keyword",-1],[/\b[A-Z]/g,"sh_function",-1],[/(\*)\d+/g,"sh_number",-1],[/[:*]/g,"sh_label",-1]]];