Skip to content

Commit

Permalink
Merge pull request #106 from cknadler/master
Browse files Browse the repository at this point in the history
Fix relative links in various project readmes
  • Loading branch information
nicoulaj committed Feb 27, 2013
2 parents a086205 + 612e493 commit e5d8a50
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -41,12 +41,12 @@ How to install
plugins=( [plugins...] zsh-syntax-highlighting)

* Source `~/.zshrc` to take changes into account:

source ~/.zshrc


How to tweak
------------

Syntax highlighting is done by pluggable highlighter scripts, see the [highlighters directory](zsh-syntax-highlighting/tree/master/highlighters)
Syntax highlighting is done by pluggable highlighter scripts, see the [highlighters directory](highlighters)
for documentation and configuration settings.
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 e5d8a50

Please sign in to comment.