Sfoglia il codice sorgente

docs: Minor clarifications.

pull/242/merge
Daniel Shahaf 8 anni fa
parent
commit
b8ced86853
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. +4
    -1
      docs/highlighters.md

+ 4
- 1
docs/highlighters.md Vedi File

@ -19,6 +19,9 @@ 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.
How to tweak highlighters
-------------------------
@ -48,7 +51,7 @@ To create your own `myhighlighter` highlighter:
non-zero otherwise, for example:
_zsh_highlight_myhighlighter_highlighter_predicate() {
# Call this highlighter in SVN repositories
# Call this highlighter in SVN working copies
[[ -d .svn ]]
}

Caricamento…
Annulla
Salva