astro-ghostcms/.pnpm-store/v3/files/5e/56b4ac3c6bb10621175dbcb29b4...

17 lines
295 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
Prism.languages.gcode = {
'comment': /;.*|\B\(.*?\)\B/,
'string': {
pattern: /"(?:""|[^"])*"/,
greedy: true
},
'keyword': /\b[GM]\d+(?:\.\d+)?\b/,
'property': /\b[A-Z]/,
'checksum': {
pattern: /(\*)\d+/,
lookbehind: true,
alias: 'number'
},
// T0:0:0
'punctuation': /[:*]/
};