mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-01-30 09:47:13 +08:00
'whence' and 'which' are both followed by commands
This commit is contained in:
parent
94ecf1b111
commit
f4a5493d12
@ -43,6 +43,8 @@ ZSH_HIGHLIGHT_TOKENS_FOLLOWED_BY_COMMANDS=(
|
|||||||
'nocorrect'
|
'nocorrect'
|
||||||
'command'
|
'command'
|
||||||
'builtin'
|
'builtin'
|
||||||
|
'whence'
|
||||||
|
'which'
|
||||||
)
|
)
|
||||||
|
|
||||||
# ZLE events that trigger an update of the highlighting.
|
# ZLE events that trigger an update of the highlighting.
|
||||||
|
Loading…
Reference in New Issue
Block a user