diff --git a/README.md b/README.md index 9f47020..a34d64c 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/highlighters/README.md b/highlighters/README.md index 1b07564..0ea64c2 100644 --- a/highlighters/README.md +++ b/highlighters/README.md @@ -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