diff options
Diffstat (limited to 'syntax/gentoo-init-d.vim')
-rw-r--r-- | syntax/gentoo-init-d.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/syntax/gentoo-init-d.vim b/syntax/gentoo-init-d.vim index 415d0d9..0b0dc00 100644 --- a/syntax/gentoo-init-d.vim +++ b/syntax/gentoo-init-d.vim @@ -43,6 +43,7 @@ syn keyword GentooInitDKeyword mark_service_wasinactive checkpath yesno syn keyword GentooInitSpecialVariables extra_commands extra_started_commands syn keyword GentooInitSpecialVariables extra_stopped_commands description command syn keyword GentooInitSpecialVariables command_args pidfile name start_stop_daemon_args +syn keyword GentooInitSpecialVariables retry syn keyword GentooInitDeprecated opts syn keyword GentooInitDFunc describe start_pre start start_post stop_pre stop stop_post |