summaryrefslogtreecommitdiffstats
path: root/syntax/systemd.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-08-14 19:15:07 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-08-14 19:15:07 +0200
commita3bdbcdb3c60a9563fb90e02b28ae46cee5ef974 (patch)
tree6e0b340417985e714838230de04d9610bdfb8677 /syntax/systemd.vim
parent34e01b8b62701afbd6b4ab1ffb4057617f540dce (diff)
downloadvim-polyglot-a3bdbcdb3c60a9563fb90e02b28ae46cee5ef974.tar.gz
vim-polyglot-a3bdbcdb3c60a9563fb90e02b28ae46cee5ef974.zip
Fix svelte branch name, closes #522
Diffstat (limited to 'syntax/systemd.vim')
-rw-r--r--syntax/systemd.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/systemd.vim b/syntax/systemd.vim
index e62d36ac..fdf4b764 100644
--- a/syntax/systemd.vim
+++ b/syntax/systemd.vim
@@ -248,7 +248,7 @@ syn match sdServiceKey contained /^StartLimitBurst=/ nextgroup=sdUInt,sdErr
syn match sdServiceKey contained /^FailureAction=/ nextgroup=sdLimitAction,sdFailAction,sdErr
syn match sdServiceKey contained /^\%(RestartPrevent\|RestartForce\|Success\)ExitStatus=/ nextgroup=sdExitStatus,sdErr
syn match sdServiceKey contained /^RebootArgument=/
-syn keyword sdServiceType contained nextgroup=sdErr simple forking dbus oneshot notify idle
+syn keyword sdServiceType contained nextgroup=sdErr simple exec 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