mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
after exec token we can expect a command
This commit is contained in:
parent
0e331cd654
commit
f27ef7a279
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
# Tokens that are always immediately followed by a command.
|
# Tokens that are always immediately followed by a command.
|
||||||
ZSH_HIGHLIGHT_TOKENS_FOLLOWED_BY_COMMANDS=(
|
ZSH_HIGHLIGHT_TOKENS_FOLLOWED_BY_COMMANDS=(
|
||||||
'|' '||' ';' '&' '&&' 'noglob' 'nocorrect' 'builtin'
|
'|' '||' ';' '&' '&&' 'noglob' 'nocorrect' 'builtin' 'exec'
|
||||||
)
|
)
|
||||||
|
|
||||||
# Whether the highlighter should be called or not.
|
# Whether the highlighter should be called or not.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue