fix for config lines with =

This commit is contained in:
thelastWallE 2021-04-13 22:46:01 +02:00
parent e404f89949
commit cb0952a20c
1 changed files with 1 additions and 1 deletions

View File

@ -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"