summaryrefslogtreecommitdiffstats
path: root/ftdetect
diff options
context:
space:
mode:
Diffstat (limited to 'ftdetect')
-rw-r--r--ftdetect/polyglot.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim
index cdcf7dcf..b1cf745d 100644
--- a/ftdetect/polyglot.vim
+++ b/ftdetect/polyglot.vim
@@ -1272,7 +1272,7 @@ if !has_key(s:disabled_packages, 'systemd')
endif
if !has_key(s:disabled_packages, 'terraform')
- au BufNewFile,BufRead *.hcl,*.nomad,*.tf,*.tfvars,*.workflow set ft=terraform
+ au BufNewFile,BufRead *.tf,*.tfvars set ft=terraform
endif
if !has_key(s:disabled_packages, 'textile')