From e4c7a522ff0c32a5192ce9446ec7df908004d915 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Sat, 5 Oct 2024 16:30:58 +0200 Subject: [PATCH] webconfig: Add missing highlighting vars This would otherwise not set these variables. Tbh I would like if this wasn't hardcoded like that. --- share/tools/web_config/js/main.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/share/tools/web_config/js/main.js b/share/tools/web_config/js/main.js index 1b333366b..59f6695f8 100644 --- a/share/tools/web_config/js/main.js +++ b/share/tools/web_config/js/main.js @@ -104,6 +104,7 @@ document.addEventListener("alpine:init", () => { var settingNames = [ "normal", "command", + "keyword", "quote", "redirection", "end", @@ -118,10 +119,14 @@ document.addEventListener("alpine:init", () => { "escape", "cwd", "cwd_root", + "option", "valid_path", "autosuggestion", "user", "host", + "host_remote", + "history_current", + "status", "cancel", // Cheesy hardcoded variable names ahoy! // These are all the pager vars,