Support suffix aliases

Fixes zsh-users/zsh-syntax-highlighting#126.
This commit is contained in:
Daniel Shahaf 2015-09-04 18:19:26 +00:00
commit 9310d8ae71
2 changed files with 5 additions and 0 deletions

View file

@ -25,6 +25,7 @@ This highlighter defines the following styles:
* `unknown-token` - unknown tokens / errors
* `reserved-word` - shell reserved words
* `alias` - aliases
* `suffix-alias` - suffix aliases (requires zsh 5.1.1 or newer)
* `builtin` - shell builtin commands
* `function` - functions
* `command` - commands