summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2013-04-03 13:08:57 -0400
committerWill Woods <wwoods@redhat.com>2013-04-03 13:08:57 -0400
commitf0344300f5702a2b18d2c6e984382a99d52ae0ff (patch)
tree7c3bcdc37411aa20d2d48e6bcb88ffef7d109e68
parentc690c817817395c50611eddc0b3043e2f74156f6 (diff)
downloadvim-scripts-f0344300f5702a2b18d2c6e984382a99d52ae0ff.tar.gz
vim-scripts-f0344300f5702a2b18d2c6e984382a99d52ae0ff.tar.xz
vim-scripts-f0344300f5702a2b18d2c6e984382a99d52ae0ff.zip
syntax/systemd: add Type=idle
-rw-r--r--syntax/systemd.vim2
1 files changed, 1 insertions, 1 deletions
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