🐳 chore(ace.highlighter): remove leftovers

remove leftover strings from other commit
This commit is contained in:
thelastWallE 2021-05-08 00:31:20 +02:00
parent dcb2831b46
commit 1c61261320
1 changed files with 1 additions and 1 deletions

View File

@ -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": [{