mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
Add 'line' highlighter for the whole buffer
This commit is contained in:
parent
5320f1e18d
commit
d7d4dff1c8
3 changed files with 70 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue