Skip to content

Commit

Permalink
Remove broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
phy1729 committed Nov 24, 2015
1 parent 51f66ae commit f5ca4b8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/highlighters.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ zsh-syntax-highlighting / highlighters

Syntax highlighting is done by pluggable highlighters:

* [`main`](highlighters/main.md) - the base highlighter, and the only one active by default.
* [`brackets`](highlighters/brackets.md) - matches brackets and parenthesis.
* [`pattern`](highlighters/pattern.md) - matches user-defined patterns.
* [`cursor`](highlighters/cursor.md) - matches the cursor position.
* [`root`](highlighters/root.md) - triggered if the current user is root.
* [`line`](highlighters/line.md) - applied to the whole command line
* `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


How to activate highlighters
Expand Down

0 comments on commit f5ca4b8

Please sign in to comment.