Make default styles identic to Fish

This commit is contained in:
Julien Nicoulaud 2010-12-31 14:45:03 +01:00
parent c19bef7714
commit ce15291cfb

View file

@ -12,20 +12,20 @@ ZSH_SYNTAX_HIGHLIGHTING_STYLES=(
isearch 'fg=magenta,standout' isearch 'fg=magenta,standout'
special 'fg=magenta,standout' special 'fg=magenta,standout'
unknown-token 'fg=red,bold' unknown-token 'fg=red,bold'
reserved-word 'fg=yellow,bold' reserved-word 'fg=yellow'
alias 'fg=green,bold' alias 'fg=green'
builtin 'fg=cyan,bold' builtin 'fg=green'
function 'fg=blue,bold' function 'fg=green'
command 'fg=green,bold' command 'fg=green'
path 'underline' path 'underline'
globbing 'fg=blue,bold' globbing 'fg=blue'
single-hyphen-option 'fg=yellow' single-hyphen-option 'none'
double-hyphen-option 'fg=yellow' double-hyphen-option 'none'
back-quoted-argument 'none'
single-quoted-argument 'fg=yellow' single-quoted-argument 'fg=yellow'
double-quoted-argument 'fg=yellow' double-quoted-argument 'fg=yellow'
dollar-double-quoted-argument 'fg=cyan' dollar-double-quoted-argument 'fg=cyan'
back-quoted-argument 'fg=cyan,bold' back-double-quoted-argument 'fg=cyan'
back-double-quoted-argument 'fg=magenta'
) )
# Tokens that are always followed by a command. # Tokens that are always followed by a command.