docs: Clarify tagline summary of 'root' highlighter
This commit is contained in:
parent
371f8183d6
commit
95330c691b
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue