Browse Source

docs: Minor tweak.

Suggested-by: Matthew Martin
pull/341/head
Daniel Shahaf 8 years ago
parent
commit
fffe13a8fb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/highlighters.md

+ 1
- 1
docs/highlighters.md View File

@ -52,7 +52,7 @@ How to implement a new highlighter
To create your own `acme` highlighter: To create your own `acme` highlighter:
* Create your script at * Create your script at
`highlighters/${acme}/${acme}-highlighter.zsh`.
`highlighters/acme/acme-highlighter.zsh`.
* Implement the `_zsh_highlight_acme_highlighter_predicate` function. * Implement the `_zsh_highlight_acme_highlighter_predicate` function.
This function must return 0 when the highlighter needs to be called and This function must return 0 when the highlighter needs to be called and

Loading…
Cancel
Save