From b5cc8fc336ca2f06242fe2a61de881b34852c168 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 29 Sep 2020 19:35:05 +0200 Subject: Remove ambiguity for terraform files, #570 --- autoload/sleuth.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoload/sleuth.vim') diff --git a/autoload/sleuth.vim b/autoload/sleuth.vim index e5f2e2ed..2e08b32b 100644 --- a/autoload/sleuth.vim +++ b/autoload/sleuth.vim @@ -198,7 +198,7 @@ let s:globs = { \ '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', + \ 'terraform': '*.tf,*.tfvars', \ 'textile': '*.textile', \ 'thrift': '*.thrift', \ 'tmux': '.tmux*.conf', -- cgit v1.2.3