mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-01-30 09:47:13 +08:00
docs: Minor tweak.
Suggested-by: Matthew Martin
This commit is contained in:
parent
80148f6c84
commit
fffe13a8fb
@ -52,7 +52,7 @@ How to implement a new highlighter
|
||||
To create your own `acme` highlighter:
|
||||
|
||||
* Create your script at
|
||||
`highlighters/${acme}/${acme}-highlighter.zsh`.
|
||||
`highlighters/acme/acme-highlighter.zsh`.
|
||||
|
||||
* Implement the `_zsh_highlight_acme_highlighter_predicate` function.
|
||||
This function must return 0 when the highlighter needs to be called and
|
||||
|
Loading…
Reference in New Issue
Block a user