mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
handle highlighting for precommands; handle highlighting for commands separators
This commit is contained in:
parent
cbfd4a8889
commit
670961ad01
2 changed files with 25 additions and 5 deletions
|
|
@ -28,6 +28,8 @@ This highlighter defines the following styles:
|
|||
* `builtin` - shell builtin commands
|
||||
* `function` - functions
|
||||
* `command` - commands
|
||||
* `precommand` - precommands (i.e. exec, builtin, ...)
|
||||
* `commandseparator` - command separation tokens
|
||||
* `hashed-command` - hashed commands
|
||||
* `path` - paths
|
||||
* `globbing` - globbing expressions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue