From c794f186c0a618d2d4cdd5445d9ff20e6f640762 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 8 Jul 2021 11:54:15 +0200 Subject: Update --- autoload/polyglot/init.vim | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'autoload/polyglot/init.vim') diff --git a/autoload/polyglot/init.vim b/autoload/polyglot/init.vim index 7aa94939..04353964 100644 --- a/autoload/polyglot/init.vim +++ b/autoload/polyglot/init.vim @@ -1944,6 +1944,7 @@ endif if !has_key(g:polyglot_is_disabled, 'terraform') au BufNewFile,BufRead *.tf,*.tfvars setf terraform + au BufNewFile,BufRead *.hcl,*.nomad,*.workflow,{.,}terraformrc,Appfile,terraform.rc setf hcl endif if !has_key(g:polyglot_is_disabled, 'tf') @@ -2309,10 +2310,6 @@ if !has_key(g:polyglot_is_disabled, 'hive') au BufNewFile,BufRead *.hql,*.q,*.ql setf hive endif -if !has_key(g:polyglot_is_disabled, 'hcl') - au BufNewFile,BufRead *.hcl,*.nomad,*.workflow,Appfile setf hcl -endif - if !has_key(g:polyglot_is_disabled, 'haxe') au BufNewFile,BufRead *.hx,*.hxsl setf haxe au BufNewFile,BufRead *.hxml setf hxml -- cgit v1.2.3