mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 21:03:12 +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 = [
|
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,
|
||||||
|
|
Loading…
Reference in a new issue