From 408b100295b2531845aec1b2b65c5459e3fb6a11 Mon Sep 17 00:00:00 2001 From: Chris Knadler Date: Tue, 26 Feb 2013 17:59:53 -0800 Subject: [PATCH 1/2] Fix relative link in main readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f4702004..a34d64c89 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. From 612e493cba51bade9d4b0ea125deda09065feb64 Mon Sep 17 00:00:00 2001 From: Chris Knadler Date: Tue, 26 Feb 2013 18:03:35 -0800 Subject: [PATCH 2/2] Fix relative links in highlighters readme --- highlighters/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/highlighters/README.md b/highlighters/README.md index 1b0756495..0ea64c230 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