From f0344300f5702a2b18d2c6e984382a99d52ae0ff Mon Sep 17 00:00:00 2001 From: Will Woods Date: Wed, 3 Apr 2013 13:08:57 -0400 Subject: syntax/systemd: add Type=idle --- syntax/systemd.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/systemd.vim b/syntax/systemd.vim index 8d2b7b1..4f73c46 100644 --- a/syntax/systemd.vim +++ b/syntax/systemd.vim @@ -158,7 +158,7 @@ syn match sdServiceKey contained /^PIDFile=/ nextgroup=sdFilename,sdErr syn match sdServiceKey contained /^Type=/ nextgroup=sdServiceType,sdErr syn match sdServiceKey contained /^Restart=/ nextgroup=sdRestartType,sdErr syn match sdServiceKey contained /^NotifyAccess=/ nextgroup=sdNotifyType,sdErr -syn keyword sdServiceType contained nextgroup=sdErr simple forking dbus oneshot notify +syn keyword sdServiceType contained nextgroup=sdErr simple forking dbus oneshot notify idle syn keyword sdRestartType contained nextgroup=sdErr no on-success on-failure on-abort always syn keyword sdNotifyType contained nextgroup=sdErr none main all -- cgit