From 95330c691bae3c82e7e56ebf122f1bbf28a02de6 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Fri, 27 Nov 2015 03:36:36 +0000 Subject: [PATCH] docs: Clarify tagline summary of 'root' highlighter --- docs/highlighters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/highlighters.md b/docs/highlighters.md index 3fabc8c..9443011 100644 --- a/docs/highlighters.md +++ b/docs/highlighters.md @@ -7,7 +7,7 @@ Syntax highlighting is done by pluggable highlighters: * `brackets` - matches brackets and parenthesis. * `pattern` - matches user-defined patterns. * `cursor` - matches the cursor position. -* `root` - triggered if the current user is root. +* `root` - highlights the whole command line if the current user is root. * `line` - applied to the whole command line