Skip to content

Commit

Permalink
docs: State highlighters' designated namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielshahaf committed Jul 12, 2016
1 parent ba16cf2 commit 80148f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/highlighters.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ To create your own `acme` highlighter:
_zsh_highlight_add_highlight 0 $#BUFFER acme:aurora
}

* Name your own functions and global variables `_zsh_highlight_acme_*`.

* Activate your highlighter in `~/.zshrc`:

ZSH_HIGHLIGHT_HIGHLIGHTERS+=(acme)
Expand Down

0 comments on commit 80148f6

Please sign in to comment.