Browse Source

docs: State highlighters' designated namespace.

pull/341/head
Daniel Shahaf 8 years ago
parent
commit
80148f6c84
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      docs/highlighters.md

+ 2
- 0
docs/highlighters.md View File

@ -78,6 +78,8 @@ To create your own `acme` highlighter:
_zsh_highlight_add_highlight 0 $#BUFFER acme:aurora _zsh_highlight_add_highlight 0 $#BUFFER acme:aurora
} }
* Name your own functions and global variables `_zsh_highlight_acme_*`.
* Activate your highlighter in `~/.zshrc`: * Activate your highlighter in `~/.zshrc`:
ZSH_HIGHLIGHT_HIGHLIGHTERS+=(acme) ZSH_HIGHLIGHT_HIGHLIGHTERS+=(acme)

Loading…
Cancel
Save