From 6879d3c29fbc066b11f747186adbf8e96fe3ddc6 Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Thu, 17 Feb 2011 19:31:07 +0100 Subject: [PATCH] Issue 47: Removing styling of 'isearch' and 'special', as it has no effect Signed-off-by: Julien Nicoulaud --- zsh-syntax-highlighting.zsh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/zsh-syntax-highlighting.zsh b/zsh-syntax-highlighting.zsh index c4ce5e8..14f3f36 100644 --- a/zsh-syntax-highlighting.zsh +++ b/zsh-syntax-highlighting.zsh @@ -33,8 +33,6 @@ typeset -gA ZSH_HIGHLIGHT_STYLES ZSH_HIGHLIGHT_STYLES=( default 'none' - isearch 'fg=magenta,standout' - special 'fg=magenta,standout' unknown-token 'fg=red,bold' reserved-word 'fg=yellow' alias 'fg=green' @@ -72,12 +70,6 @@ ZSH_HIGHLIGHT_TOKENS_FOLLOWED_BY_COMMANDS=( '|' '||' ';' '&' '&&' 'noglob' 'nocorrect' 'builtin' ) -# ZLE highlight types. -zle_highlight=( - special:$ZSH_HIGHLIGHT_STYLES[special] - isearch:$ZSH_HIGHLIGHT_STYLES[isearch] -) - # Check if the argument is variable assignment _zsh_check-assign() { setopt localoptions extended_glob