From e8af14fe1f6f1b60062b67d8a70daabd9df6a8be Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Tue, 3 May 2016 15:00:48 +0000 Subject: [PATCH] minor: Rewrap docs for uncompiled readability. --- docs/highlighters.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/highlighters.md b/docs/highlighters.md index 3309fb9..9b43430 100644 --- a/docs/highlighters.md +++ b/docs/highlighters.md @@ -67,8 +67,8 @@ To create your own `myhighlighter` highlighter: This function does the actual syntax highlighting, by calling `_zsh_highlight_add_highlight` with the start and end of the region to be highlighted and the `ZSH_HIGHLIGHT_STYLES` key to use. Define the default - style for that key in the highlighter script outside of any function with `: - ${ZSH_HIGHLIGHT_STYLES[key]:=value}`. For example: + style for that key in the highlighter script outside of any function with + `: ${ZSH_HIGHLIGHT_STYLES[key]:=value}`. For example: : ${ZSH_HIGHLIGHT_STYLES[aurora]:=fg=green}