mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 03:51:14 -03: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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user