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:
Christian Clason
2022-07-26 23:08:48 +02:00
committed by GitHub
parent 2a9c9371bc
commit 7e939ddb87
3 changed files with 4 additions and 4 deletions

View File

@@ -969,7 +969,7 @@ local extension = {
txi = 'texinfo',
texinfo = 'texinfo',
text = 'text',
tfvars = 'terraform',
tfvars = 'terraform-vars',
tla = 'tla',
tli = 'tli',
toml = 'toml',