after exec token we can expect a command
This commit is contained in:
parent
0e331cd654
commit
f27ef7a279
|
@ -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…
Reference in New Issue
Block a user