Add missing filetypes for systemd

This commit is contained in:
Adam Stankiewicz
2020-09-28 01:23:00 +02:00
parent 312e95099d
commit b7598ff0c5
4 changed files with 26 additions and 2 deletions

View File

@@ -194,7 +194,7 @@ let s:globs = {
\ 'svg': '*.svg',
\ 'swift': '*.swift',
\ 'sxhkdrc': '*.sxhkdrc,sxhkdrc',
\ 'systemd': '*.automount,*.mount,*.path,*.service,*.socket,*.swap,*.target,*.timer',
\ 'systemd': '*.automount,*.dnssd,*.link,*.mount,*.netdev,*.network,*.nspawn,*.path,*.service,*.slice,*.socket,*.swap,*.target,*.timer,*.#*',
\ 'tablegen': '*.td',
\ 'tads': '*.t',
\ 'terraform': '*.hcl,*.nomad,*.tf,*.tfvars,*.workflow',