Browse Source

'main': Highlight 'doas'.

Fixes #365.
pull/550/head
Daniel Shahaf 8 years ago
committed by Matthew Martin
parent
commit
78be8f611f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      highlighters/main/main-highlighter.zsh

+ 1
- 0
highlighters/main/main-highlighter.zsh View File

@ -245,6 +245,7 @@ _zsh_highlight_highlighter_main_paint()
'command' ''
'nice' n
'sudo' Cgprtu
'doas' aCu
)
if [[ $zsyh_user_options[ignorebraces] == on || ${zsyh_user_options[ignoreclosebraces]:-off} == on ]]; then

Loading…
Cancel
Save