diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2012-01-14 21:21:18 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2012-01-14 21:21:18 +0000 |
commit | cbcbf973771af1533db7d3137443709aa5940d52 (patch) | |
tree | 5ce8de3b0f0bd185f19608340f8e9e1e670c182a /syntax/gentoo-init-d.vim | |
parent | Add start_stop_daemon_args to the list of special variables (diff) | |
download | gentoo-syntax-cbcbf973771af1533db7d3137443709aa5940d52.tar.gz gentoo-syntax-cbcbf973771af1533db7d3137443709aa5940d52.tar.bz2 gentoo-syntax-cbcbf973771af1533db7d3137443709aa5940d52.zip |
Add retry to the list of special variables
svn path=/trunk/gentoo-syntax/; revision=92
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 |