mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
vim-patch:9.0.0084: using "terraform" filetype for .tfvars file is bad (#19526)
Problem: Using "terraform" filetype for .tfvars file is bad.
Solution: use "terraform-vars", so that different completion and other
mechanisms can be used. (Radek Simko, closes vim/vim#10755)
15b87b6610
This commit is contained in:
@@ -969,7 +969,7 @@ local extension = {
|
||||
txi = 'texinfo',
|
||||
texinfo = 'texinfo',
|
||||
text = 'text',
|
||||
tfvars = 'terraform',
|
||||
tfvars = 'terraform-vars',
|
||||
tla = 'tla',
|
||||
tli = 'tli',
|
||||
toml = 'toml',
|
||||
|
||||
Reference in New Issue
Block a user