Remove broken links
This commit is contained in:
parent
51f66ae851
commit
f5ca4b891b
|
@ -3,12 +3,12 @@ zsh-syntax-highlighting / highlighters
|
||||||
|
|
||||||
Syntax highlighting is done by pluggable highlighters:
|
Syntax highlighting is done by pluggable highlighters:
|
||||||
|
|
||||||
* [`main`](highlighters/main.md) - the base highlighter, and the only one active by default.
|
* `main` - the base highlighter, and the only one active by default.
|
||||||
* [`brackets`](highlighters/brackets.md) - matches brackets and parenthesis.
|
* `brackets` - matches brackets and parenthesis.
|
||||||
* [`pattern`](highlighters/pattern.md) - matches user-defined patterns.
|
* `pattern` - matches user-defined patterns.
|
||||||
* [`cursor`](highlighters/cursor.md) - matches the cursor position.
|
* `cursor` - matches the cursor position.
|
||||||
* [`root`](highlighters/root.md) - triggered if the current user is root.
|
* `root` - triggered if the current user is root.
|
||||||
* [`line`](highlighters/line.md) - applied to the whole command line
|
* `line` - applied to the whole command line
|
||||||
|
|
||||||
|
|
||||||
How to activate highlighters
|
How to activate highlighters
|
||||||
|
|
Loading…
Reference in New Issue