9 lines
153 B
Bash
9 lines
153 B
Bash
source "$EXTERN_PLUGINS/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
|
|
|
|
typeset -g ZSH_HIGHLIGHT_HIGHLIGHTERS=(
|
|
main
|
|
brackets
|
|
pattern
|
|
cursor
|
|
)
|