From 0c138706a7e6632bfc48cdcb28be66c0e1565ac6 Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Sun, 2 Jan 2011 18:19:56 +0100 Subject: [PATCH] 'where' and 'whereis' 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 28da372..150feb9 100644 --- a/zsh-syntax-highlighting.zsh +++ b/zsh-syntax-highlighting.zsh @@ -45,6 +45,8 @@ ZSH_HIGHLIGHT_TOKENS_FOLLOWED_BY_COMMANDS=( 'builtin' 'whence' 'which' + 'where' + 'whereis' ) # ZLE events that trigger an update of the highlighting.