mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-13 14:03:50 -05:00
Update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user