🐳 chore(ace.highlighter): remove leftovers
remove leftover strings from other commit
This commit is contained in:
parent
dcb2831b46
commit
1c61261320
|
@ -133,7 +133,7 @@ ace.define("ace/mode/klipper_config_highlight_rules",[], function(require, expor
|
|||
}],
|
||||
"#known_axel_chip": [{
|
||||
token: "support.type",
|
||||
regex: /\b(?:adxl345|mzv|zvd|ei|2hump_ei|and|3hump_ei)\b/,
|
||||
regex: /\b(?:adxl345)\b/,
|
||||
caseInsensitive: true
|
||||
}],
|
||||
"#known_display_type": [{
|
||||
|
|
Loading…
Reference in New Issue