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).