From f5ca4b891b69478c98e2f04200aeae7c726fc05b Mon Sep 17 00:00:00 2001 From: Matthew Martin Date: Tue, 24 Nov 2015 00:27:21 -0600 Subject: [PATCH] Remove broken links --- docs/highlighters.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/highlighters.md b/docs/highlighters.md index cc56f4e..4c6b950 100644 --- a/docs/highlighters.md +++ b/docs/highlighters.md @@ -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