diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-28 01:23:00 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-28 01:23:00 +0200 |
commit | b7598ff0c522e56f0a42706176f2fa621d9a1c8e (patch) | |
tree | 39de9be10cfb053e244e19795720b55ab067dc92 /autoload | |
parent | 312e95099dd38d29be0339b61ff157536ea4df02 (diff) | |
download | vim-polyglot-b7598ff0c522e56f0a42706176f2fa621d9a1c8e.tar.gz vim-polyglot-b7598ff0c522e56f0a42706176f2fa621d9a1c8e.zip |
Add missing filetypes for systemd
Diffstat (limited to 'autoload')
-rw-r--r-- | autoload/sleuth.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/sleuth.vim b/autoload/sleuth.vim index abe8cd85..ac0b49f5 100644 --- a/autoload/sleuth.vim +++ b/autoload/sleuth.vim @@ -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', |