This commit is contained in:
Ivan Smirnov 2018-08-20 23:49:49 +00:00 committed by GitHub
commit 91b39c5e20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,11 @@ To activate an highlighter, add it to the `ZSH_HIGHLIGHT_HIGHLIGHTERS` array in
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern cursor)
By default, `$ZSH_HIGHLIGHT_HIGHLIGHTERS` is unset and only the `main`
highlighter is active.
highlighter is active.
If you would like to set this variable before
sourcing zsh-syntax-highlighting, initialize it first with:
`typeset -ga ZSH_HIGHLIGHT_HIGHLIGHTERS`
How to tweak highlighters