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