'main': Highlight 'nice'.

Fixes #168.
This commit is contained in:
Daniel Shahaf 2016-07-28 08:22:40 +00:00 committed by Matthew Martin
commit 8b11ca087e
2 changed files with 42 additions and 0 deletions

View file

@ -243,6 +243,7 @@ _zsh_highlight_highlighter_main_paint()
local -A precommand_options
precommand_options=(
'command' ''
'nice' n
'sudo' Cgprtu
)