mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 08:58:01 +00:00
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:
parent
5e8adb18f4
commit
e4c7a522ff
1 changed files with 5 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue