'main': Highlight global aliases

This commit is contained in:
Daniel Shahaf
2020-03-17 01:06:00 +00:00
committed by Daniel Shahaf
parent 5a44d9f32a
commit 3c5f63d959
3 changed files with 13 additions and 3 deletions

View File

@@ -20,6 +20,7 @@ This highlighter defines the following styles:
* `reserved-word` - shell reserved words (`if`, `for`)
* `alias` - aliases
* `suffix-alias` - suffix aliases (requires zsh 5.1.1 or newer)
* `global-alias` - global aliases
* `builtin` - shell builtin commands (`shift`, `pwd`, `zstyle`)
* `function` - function names
* `command` - command names