From a3bdbcdb3c60a9563fb90e02b28ae46cee5ef974 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Fri, 14 Aug 2020 19:15:07 +0200 Subject: Fix svelte branch name, closes #522 --- syntax/systemd.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syntax/systemd.vim') 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 -- cgit v1.2.3