webconfig: Add missing highlighting vars

This would otherwise not set these variables.

Tbh I would like if this wasn't hardcoded like that.
This commit is contained in:
Fabian Boehm 2024-10-05 16:30:58 +02:00
parent 5e8adb18f4
commit e4c7a522ff

View file

@ -104,6 +104,7 @@ document.addEventListener("alpine:init", () => {
var settingNames = [ var settingNames = [
"normal", "normal",
"command", "command",
"keyword",
"quote", "quote",
"redirection", "redirection",
"end", "end",
@ -118,10 +119,14 @@ document.addEventListener("alpine:init", () => {
"escape", "escape",
"cwd", "cwd",
"cwd_root", "cwd_root",
"option",
"valid_path", "valid_path",
"autosuggestion", "autosuggestion",
"user", "user",
"host", "host",
"host_remote",
"history_current",
"status",
"cancel", "cancel",
// Cheesy hardcoded variable names ahoy! // Cheesy hardcoded variable names ahoy!
// These are all the pager vars, // These are all the pager vars,