docs: Clarify tagline summary of 'root' highlighter

This commit is contained in:
Daniel Shahaf 2015-11-27 03:36:36 +00:00
parent 371f8183d6
commit 95330c691b

View file

@ -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