docs: Remove duplicate 'How to activate it' sections

This commit is contained in:
Matthew Martin 2015-11-16 23:48:17 -06:00
parent 2dd6923c30
commit 35e0b0ca69
6 changed files with 0 additions and 41 deletions

View file

@ -5,13 +5,6 @@ This is the `brackets` highlighter, that highlights brackets and parentheses, an
matches them.
### How to activate it
To activate it, add it to `ZSH_HIGHLIGHT_HIGHLIGHTERS`:
ZSH_HIGHLIGHT_HIGHLIGHTERS=( [...] brackets)
### How to tweak it
This highlighter defines the following styles:

View file

@ -4,13 +4,6 @@ zsh-syntax-highlighting / highlighters / cursor
This is the `cursor` highlighter, that highlights the cursor.
### How to activate it
To activate it, add it to `ZSH_HIGHLIGHT_HIGHLIGHTERS`:
ZSH_HIGHLIGHT_HIGHLIGHTERS=( [...] cursor)
### How to tweak it
This highlighter defines the following styles:

View file

@ -4,13 +4,6 @@ zsh-syntax-highlighting / highlighters / line
This is the `line` highlighter, that highlights the whole line.
### How to activate it
To activate it, add it to `ZSH_HIGHLIGHT_HIGHLIGHTERS`:
ZSH_HIGHLIGHT_HIGHLIGHTERS=( [...] line)
### How to tweak it
This highlighter defines the following styles:

View file

@ -9,12 +9,6 @@ This is the `main` highlighter, that highlights:
* Paths
* Strings
### How to activate it
To activate it, add it to `ZSH_HIGHLIGHT_HIGHLIGHTERS`:
ZSH_HIGHLIGHT_HIGHLIGHTERS=( [...] main)
This highlighter is active by default.

View file

@ -4,13 +4,6 @@ zsh-syntax-highlighting / highlighters / pattern
This is the `pattern` highlighter, that highlights user defined patterns.
### How to activate it
To activate it, add it to `ZSH_HIGHLIGHT_HIGHLIGHTERS`:
ZSH_HIGHLIGHT_HIGHLIGHTERS=( [...] pattern)
### How to tweak it
To use this highlighter, associate patterns with styles in the

View file

@ -5,13 +5,6 @@ This is the `root` highlighter, that highlights the whole line if the current
user is root.
### How to activate it
To activate it, add it to `ZSH_HIGHLIGHT_HIGHLIGHTERS`:
ZSH_HIGHLIGHT_HIGHLIGHTERS=( [...] root)
### How to tweak it
This highlighter defines the following styles: