From 100fdc49a4906bb984787bf501317973920dd095 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Wed, 3 Apr 2013 12:56:33 -0400 Subject: syntax/systemd: add new virt types --- syntax/systemd.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/systemd.vim b/syntax/systemd.vim index e723d42..b22dc52 100644 --- a/syntax/systemd.vim +++ b/syntax/systemd.vim @@ -52,7 +52,7 @@ syn match sdUnitKey contained /^ConditionSecurity=|\=!\=/ contains=sdConditionFl syn match sdUnitKey contained /^Condition\(KernelCommandLine\|Null\)=|\=!\=/ contains=sdConditionFlag syn match sdUnitList contained /.*/ contains=sdUnitName,sdErr syn match sdConditionFlag contained /[!|]/ -syn keyword sdVirtType contained nextgroup=sdErr qemu kvm vmware microsoft oracle xen pidns openvz +syn keyword sdVirtType contained nextgroup=sdErr vm container qemu kvm vmware microsoft oracle xen bochs chroot openvz lxc lxc-libvirt systemd-nspawn syn keyword sdSecurityType contained nextgroup=sdErr selinux syn match sdDocUri contained /\%(https\=:\/\/\|file:\|info:\|man:\)\S\+\s*/ nextgroup=sdDocUri,sdErr -- cgit