Merge branch 'syntaxhighlighting' into devel
This commit is contained in:
commit
990ab23294
|
@ -188,7 +188,7 @@ ace.define("ace/mode/klipper_config_highlight_rules",[], function(require, expor
|
||||||
regex: /(?!(gcode))(\w+)(\s*[=]\s*)/,
|
regex: /(?!(gcode))(\w+)(\s*[=]\s*)/,
|
||||||
push: [{
|
push: [{
|
||||||
token: "text",
|
token: "text",
|
||||||
regex: /,/,
|
regex: /,|$/,
|
||||||
next: "pop"
|
next: "pop"
|
||||||
}, {
|
}, {
|
||||||
include: "#known_thermistor_type"
|
include: "#known_thermistor_type"
|
||||||
|
|
Loading…
Reference in New Issue