]> granicus.if.org Git - vim/commit
patch 8.2.4238: *.tf file could be fileytpe "tf" or "terraform" v8.2.4238
author=?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com>
Fri, 28 Jan 2022 14:15:09 +0000 (14:15 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 28 Jan 2022 14:15:09 +0000 (14:15 +0000)
commitbd8168c7705e315827642f2976ec59e26b7fe009
tree804c303b3236ccf80ad03a3d891642cd76c8d5ee
parentfbf4f1ca159028382eaeb3bfc31bb6bb96dbb67a
patch 8.2.4238: *.tf file could be fileytpe "tf" or "terraform"

Problem:    *.tf file could be fileytpe "tf" or "terraform".
Solution:   Detect the type from the file contents. (closes #9642)
runtime/autoload/dist/ft.vim
runtime/filetype.vim
src/testdir/test_filetype.vim
src/version.c