diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-29 19:35:05 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-29 19:35:05 +0200 |
commit | b5cc8fc336ca2f06242fe2a61de881b34852c168 (patch) | |
tree | 1de3f1943fdd1ec5fce9c8987ff9f846135788b0 /autoload | |
parent | 1872af2d5e596cbea44a6e5739692dbff8302af5 (diff) | |
download | vim-polyglot-b5cc8fc336ca2f06242fe2a61de881b34852c168.tar.gz vim-polyglot-b5cc8fc336ca2f06242fe2a61de881b34852c168.zip |
Remove ambiguity for terraform files, #570
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 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', |