We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c7ffc commit 9e036e0Copy full SHA for 9e036e0
docs/highlighters/main.md
@@ -58,6 +58,7 @@ This highlighter defines the following styles:
58
* `assign` - parameter assignments (`x=foo` and `x=( )`)
59
* `redirection` - redirection operators (`<`, `>`, etc)
60
* `comment` - comments, when `setopt INTERACTIVE_COMMENTS` is in effect (`echo # foo`)
61
+* `comment` - elided parameters in command position (`$x ls` when `$x` is unset or empty)
62
* `named-fd` - named file descriptor (`echo foo {fd}>&2`)
63
* `arg0` - a command word other than one of those enumerated above (other than a command, precommand, alias, function, or shell builtin command).
64
* `default` - everything else
0 commit comments