From 55dbb05e3c4e640dd1f8c75e68fbf967abf85cd3 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 d52b714..e23f871 100644 --- a/docs/highlighters.md +++ b/docs/highlighters.md @@ -7,7 +7,7 @@ Syntax highlighting is done by pluggable highlighters: * `brackets` - [matches brackets](highlighters/brackets.md) and parenthesis. * `pattern` - matches [user-defined patterns](highlighters/pattern.md). * `cursor` - matches [the cursor](highlighters/cursor.md) position. -* `root` - triggered [if the current user is root](highlighters/root.md). +* `root` - highlights the whole command line [if the current user is root](highlighters/root.md). * `line` - applied to [the whole command line](highlighters/line.md).