From f4a5493d12f670c03a3c5244640466a7a68bdbe9 Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Sun, 2 Jan 2011 18:19:25 +0100 Subject: [PATCH] 'whence' and 'which' are both followed by commands --- zsh-syntax-highlighting.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh-syntax-highlighting.zsh b/zsh-syntax-highlighting.zsh index 338b73d..28da372 100644 --- a/zsh-syntax-highlighting.zsh +++ b/zsh-syntax-highlighting.zsh @@ -43,6 +43,8 @@ ZSH_HIGHLIGHT_TOKENS_FOLLOWED_BY_COMMANDS=( 'nocorrect' 'command' 'builtin' + 'whence' + 'which' ) # ZLE events that trigger an update of the highlighting.