Add 'line' highlighter for the whole buffer

This commit is contained in:
Joost Cassee 2014-06-08 00:04:00 +02:00
commit d7d4dff1c8
3 changed files with 70 additions and 0 deletions

View file

@ -8,6 +8,7 @@ Syntax highlighting is done by pluggable highlighters:
* [***pattern***](pattern) - matches user-defined patterns.
* [***cursor***](cursor) - matches the cursor position.
* [***root***](root) - triggered if the current user is root.
* [***line***](line) - applied to the whole command line
How to activate highlighters