fix for config lines with =
This commit is contained in:
parent
e404f89949
commit
03b29f052a
|
@ -188,7 +188,7 @@ ace.define("ace/mode/klipper_config_highlight_rules",[], function(require, expor
|
|||
regex: /(?!(gcode))(\w+)(\s*[=]\s*)/,
|
||||
push: [{
|
||||
token: "text",
|
||||
regex: /,/,
|
||||
regex: /,|$/,
|
||||
next: "pop"
|
||||
}, {
|
||||
include: "#known_thermistor_type"
|
||||
|
|
Loading…
Reference in New Issue