summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2013-04-03 12:56:33 -0400
committerWill Woods <wwoods@redhat.com>2013-04-03 12:56:33 -0400
commit100fdc49a4906bb984787bf501317973920dd095 (patch)
tree280d356b8ba7f574c2f0efb18c47f1c3c5069f1e
parentb45af6071afba57caadd00348855fcb285631d5d (diff)
downloadvim-scripts-100fdc49a4906bb984787bf501317973920dd095.tar.gz
vim-scripts-100fdc49a4906bb984787bf501317973920dd095.tar.xz
vim-scripts-100fdc49a4906bb984787bf501317973920dd095.zip
syntax/systemd: add new virt types
-rw-r--r--syntax/systemd.vim2
1 files changed, 1 insertions, 1 deletions
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