mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
Add highlighter triggered when the user is root
This commit is contained in:
parent
11de634b33
commit
08dae96eb1
3 changed files with 70 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue