瀏覽代碼

after exec token we can expect a command

pull/66/head
Valodim 13 年之前
committed by Julien Nicoulaud
父節點
當前提交
f27ef7a279
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      highlighters/main/main-highlighter.zsh

+ 1
- 1
highlighters/main/main-highlighter.zsh 查看文件

@ -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…
取消
儲存