Browse Source

after exec token we can expect a command

pull/66/head
Valodim 13 years ago
committed by Julien Nicoulaud
parent
commit
f27ef7a279
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      highlighters/main/main-highlighter.zsh

+ 1
- 1
highlighters/main/main-highlighter.zsh View File

@ -52,7 +52,7 @@
# Tokens that are always immediately followed by a command.
ZSH_HIGHLIGHT_TOKENS_FOLLOWED_BY_COMMANDS=(
'|' '||' ';' '&' '&&' 'noglob' 'nocorrect' 'builtin'
'|' '||' ';' '&' '&&' 'noglob' 'nocorrect' 'builtin' 'exec'
)
# Whether the highlighter should be called or not.

Loading…
Cancel
Save