docs: Port new text to individual highlighters' documentation.

The new text is from the preceding two commits, 22123ab622 + ded1c8789b.

Fixes a broken link.
This commit is contained in:
Daniel Shahaf
2015-11-24 07:39:44 +00:00
parent 22123ab622
commit 7ee350efcd
6 changed files with 30 additions and 12 deletions

View File

@@ -15,5 +15,8 @@ for example in `~/.zshrc`:
ZSH_HIGHLIGHT_STYLES[cursor]='bg=blue'
The syntax for declaring styles is documented in [the `zshzle(1)` manual
page](http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#SEC135).
The syntax for values is the same as the syntax of "types of highlighting" of
the zsh builtin `$zle_highlight` array, which is documented in [the `zshzle(1)`
manual page][zshzle-Character-Highlighting].
[zshzle-Character-Highlighting]: http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Character-Highlighting