]> Sergey Matveev's repositories - dotfiles.git/blob - zsh/.zsh/rc/020highlight.zsh
Splitted zsh rc files
[dotfiles.git] / zsh / .zsh / rc / 020highlight.zsh
1 ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets)
2 . ~/work/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
3 typeset -A ZSH_HIGHLIGHT_STYLES
4 ZSH_HIGHLIGHT_STYLES[assign]="fg=yellow"
5 ZSH_HIGHLIGHT_STYLES[commandseparator]="fg=red"
6 ZSH_HIGHLIGHT_STYLES[single-hyphen-option]="fg=green,bold"
7 ZSH_HIGHLIGHT_STYLES[double-hyphen-option]="fg=green"
8 ZSH_HIGHLIGHT_STYLES[globbing]="fg=magenta"
9 ZSH_HIGHLIGHT_STYLES[global-alias]="fg=yellow,bold"
10 ZSH_HIGHLIGHT_STYLES[history-expansion]="fg=magenta"
11 ZSH_HIGHLIGHT_STYLES[redirection]="fg=red"
12 ZSH_HIGHLIGHT_STYLES[path]="fg=white,underline"
13 ZSH_HIGHLIGHT_STYLES[path_pathseparator]="fg=white,bold,underline"