mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
parent
3ac7d1c785
commit
08d4401fae
3 changed files with 15 additions and 1 deletions
|
|
@ -33,6 +33,7 @@ This highlighter defines the following styles:
|
|||
* `globbing` - globbing expressions (`*.txt`)
|
||||
* `history-expansion` - history expansion expressions (`!foo` and `^foo^bar`)
|
||||
* `command-substitution` - command substitutions (`$(echo foo)`)
|
||||
* `process-substitution` - process substitutions (`<(echo foo)`)
|
||||
* `single-hyphen-option` - single-hyphen options (`-o`)
|
||||
* `double-hyphen-option` - double-hyphen options (`--option`)
|
||||
* `back-quoted-argument` - backtick command substitution (`` `foo` ``)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue