diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-29 19:35:05 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-29 19:35:05 +0200 |
commit | b5cc8fc336ca2f06242fe2a61de881b34852c168 (patch) | |
tree | 1de3f1943fdd1ec5fce9c8987ff9f846135788b0 /packages.yaml | |
parent | 1872af2d5e596cbea44a6e5739692dbff8302af5 (diff) | |
download | vim-polyglot-b5cc8fc336ca2f06242fe2a61de881b34852c168.tar.gz vim-polyglot-b5cc8fc336ca2f06242fe2a61de881b34852c168.zip |
Remove ambiguity for terraform files, #570
Diffstat (limited to 'packages.yaml')
-rw-r--r-- | packages.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages.yaml b/packages.yaml index e8a5d9b5..76da2a73 100644 --- a/packages.yaml +++ b/packages.yaml @@ -1606,7 +1606,9 @@ name: terraform remote: hashivim/vim-terraform filetypes: - name: terraform - linguist: HCL + extensions: + - tf + - tfvars --- name: textile remote: timcharper/textile.vim |