Skip to content

Commit

Permalink
Fix relative links in highlighters readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Knadler committed Feb 27, 2013
1 parent 408b100 commit 612e493
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions highlighters/README.md
Expand Up @@ -3,11 +3,11 @@ zsh-syntax-highlighting / highlighters

Syntax highlighting is done by pluggable highlighters:

* [***main***](highlighters/main) - the base highlighter, and the only one active by default.
* [***brackets***](highlighters/brackets) - matches brackets and parenthesis.
* [***pattern***](highlighters/pattern) - matches user-defined patterns.
* [***cursor***](highlighters/cursor) - matches the cursor position.
* [***root***](highlighters/root) - triggered if the current user is root.
* [***main***](main) - the base highlighter, and the only one active by default.
* [***brackets***](brackets) - matches brackets and parenthesis.
* [***pattern***](pattern) - matches user-defined patterns.
* [***cursor***](cursor) - matches the cursor position.
* [***root***](root) - triggered if the current user is root.


How to activate highlighters
Expand Down

0 comments on commit 612e493

Please sign in to comment.