Add highlighter triggered when the user is root

This commit is contained in:
Julien Nicoulaud
2011-07-27 00:37:33 +02:00
parent 11de634b33
commit 08dae96eb1
3 changed files with 70 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ Syntax highlighting is done by pluggable highlighters:
* [***brackets***](highlighters/brackets) - matches brackets and parenthesis.
* [***pattern***](highlighters/pattern) - matches user-defined patterns.
* [***cursor***](highlighters/cursor) - matches the cursor position.
* [***root***](highlighters/root) - triggered if the current user is root.
How to activate highlighters