mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
'whence' and 'which' are both followed by commands
This commit is contained in:
parent
94ecf1b111
commit
f4a5493d12
1 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,8 @@ ZSH_HIGHLIGHT_TOKENS_FOLLOWED_BY_COMMANDS=(
|
|||
'nocorrect'
|
||||
'command'
|
||||
'builtin'
|
||||
'whence'
|
||||
'which'
|
||||
)
|
||||
|
||||
# ZLE events that trigger an update of the highlighting.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue