From 35e0b0ca69cc734d5108baff5fa88e25284f6b84 Mon Sep 17 00:00:00 2001 From: Matthew Martin Date: Mon, 16 Nov 2015 23:48:17 -0600 Subject: [PATCH] docs: Remove duplicate 'How to activate it' sections --- highlighters/brackets/README.md | 7 ------- highlighters/cursor/README.md | 7 ------- highlighters/line/README.md | 7 ------- highlighters/main/README.md | 6 ------ highlighters/pattern/README.md | 7 ------- highlighters/root/README.md | 7 ------- 6 files changed, 41 deletions(-) diff --git a/highlighters/brackets/README.md b/highlighters/brackets/README.md index 2865905..df47d8c 100644 --- a/highlighters/brackets/README.md +++ b/highlighters/brackets/README.md @@ -5,13 +5,6 @@ This is the `brackets` highlighter, that highlights brackets and parentheses, an matches them. -### How to activate it - -To activate it, add it to `ZSH_HIGHLIGHT_HIGHLIGHTERS`: - - ZSH_HIGHLIGHT_HIGHLIGHTERS=( [...] brackets) - - ### How to tweak it This highlighter defines the following styles: diff --git a/highlighters/cursor/README.md b/highlighters/cursor/README.md index fcfb6f6..3ff6c8e 100644 --- a/highlighters/cursor/README.md +++ b/highlighters/cursor/README.md @@ -4,13 +4,6 @@ zsh-syntax-highlighting / highlighters / cursor This is the `cursor` highlighter, that highlights the cursor. -### How to activate it - -To activate it, add it to `ZSH_HIGHLIGHT_HIGHLIGHTERS`: - - ZSH_HIGHLIGHT_HIGHLIGHTERS=( [...] cursor) - - ### How to tweak it This highlighter defines the following styles: diff --git a/highlighters/line/README.md b/highlighters/line/README.md index dc6c35f..ac69f68 100644 --- a/highlighters/line/README.md +++ b/highlighters/line/README.md @@ -4,13 +4,6 @@ zsh-syntax-highlighting / highlighters / line This is the `line` highlighter, that highlights the whole line. -### How to activate it - -To activate it, add it to `ZSH_HIGHLIGHT_HIGHLIGHTERS`: - - ZSH_HIGHLIGHT_HIGHLIGHTERS=( [...] line) - - ### How to tweak it This highlighter defines the following styles: diff --git a/highlighters/main/README.md b/highlighters/main/README.md index e28f5f3..bbf87ce 100644 --- a/highlighters/main/README.md +++ b/highlighters/main/README.md @@ -9,12 +9,6 @@ This is the `main` highlighter, that highlights: * Paths * Strings -### How to activate it - -To activate it, add it to `ZSH_HIGHLIGHT_HIGHLIGHTERS`: - - ZSH_HIGHLIGHT_HIGHLIGHTERS=( [...] main) - This highlighter is active by default. diff --git a/highlighters/pattern/README.md b/highlighters/pattern/README.md index 0b7e099..b0b2b90 100644 --- a/highlighters/pattern/README.md +++ b/highlighters/pattern/README.md @@ -4,13 +4,6 @@ zsh-syntax-highlighting / highlighters / pattern This is the `pattern` highlighter, that highlights user defined patterns. -### How to activate it - -To activate it, add it to `ZSH_HIGHLIGHT_HIGHLIGHTERS`: - - ZSH_HIGHLIGHT_HIGHLIGHTERS=( [...] pattern) - - ### How to tweak it To use this highlighter, associate patterns with styles in the diff --git a/highlighters/root/README.md b/highlighters/root/README.md index c1906be..0b1f217 100644 --- a/highlighters/root/README.md +++ b/highlighters/root/README.md @@ -5,13 +5,6 @@ This is the `root` highlighter, that highlights the whole line if the current user is root. -### How to activate it - -To activate it, add it to `ZSH_HIGHLIGHT_HIGHLIGHTERS`: - - ZSH_HIGHLIGHT_HIGHLIGHTERS=( [...] root) - - ### How to tweak it This highlighter defines the following styles: