mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-02-13 10:05:31 +08:00
docs: Restore (with changes) links removed in f5ca4b891b
.
The preceding commit, which made docs/highlighters.md and highlighters/README.md distinct, allows reverting their removal.
This commit is contained in:
parent
ce9607842a
commit
d07abb26f8
@ -3,12 +3,12 @@ zsh-syntax-highlighting / highlighters
|
||||
|
||||
Syntax highlighting is done by pluggable highlighters:
|
||||
|
||||
* `main` - the base highlighter, and the only one active by default.
|
||||
* `brackets` - matches brackets and parenthesis.
|
||||
* `pattern` - matches user-defined patterns.
|
||||
* `cursor` - matches the cursor position.
|
||||
* `root` - triggered if the current user is root.
|
||||
* `line` - applied to the whole command line
|
||||
* `main` - the base highlighter, and the only one [active by default](highlighters/main.md).
|
||||
* `brackets` - [matches brackets](highlighters/brackets.md) and parenthesis.
|
||||
* `pattern` - matches [user-defined patterns](highlighters/pattern.md).
|
||||
* `cursor` - matches [the cursor](highlighters/cursor.md) position.
|
||||
* `root` - triggered [if the current user is root](highlighters/root.md).
|
||||
* `line` - applied to [the whole command line](highlighters/line.md).
|
||||
|
||||
|
||||
How to activate highlighters
|
||||
|
Loading…
Reference in New Issue
Block a user