add probe for z-endstop

This commit is contained in:
thelastWallE 2021-04-15 23:25:58 +02:00
parent 03b29f052a
commit db8dc0b09f
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ ace.define("ace/mode/klipper_config_highlight_rules",[], function(require, expor
}],
"#pin": [{
token: "support.type",
regex: /[\^~!]*(?:EXP|ar|analog)\d{1,2}/,
regex: /[\^~!]*(?:EXP|ar|analog)\d{1,2}|(?:probe:z_virtual_endstop)/,
caseInsensitive: true
}, {
token: "support.type",