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 = [
"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,