comparison runtime/filetype.vim @ 27420:978890380129 v8.2.4238

patch 8.2.4238: *.tf file could be fileytpe "tf" or "terraform" Commit: https://github.com/vim/vim/commit/bd8168c7705e315827642f2976ec59e26b7fe009 Author: =?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com> Date: Fri Jan 28 14:15:09 2022 +0000 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 https://github.com/vim/vim/issues/9642)
author Bram Moolenaar <Bram@vim.org>
date Fri, 28 Jan 2022 15:30:03 +0100
parents 9ef98290c41a
children 31b0d8898489
comparison
equal deleted inserted replaced
27419:ae3d7c317382 27420:978890380129
1944 1944
1945 " Tidy config 1945 " Tidy config
1946 au BufNewFile,BufRead .tidyrc,tidyrc,tidy.conf setf tidy 1946 au BufNewFile,BufRead .tidyrc,tidyrc,tidy.conf setf tidy
1947 1947
1948 " TF mud client 1948 " TF mud client
1949 au BufNewFile,BufRead *.tf,.tfrc,tfrc setf tf 1949 au BufNewFile,BufRead .tfrc,tfrc setf tf
1950
1951 " TF mud client or terraform
1952 au BufNewFile,BufRead *.tf call dist#ft#FTtf()
1950 1953
1951 " TLA+ 1954 " TLA+
1952 au BufRead,BufNewFile *.tla setf tla 1955 au BufNewFile,BufRead *.tla setf tla
1953 1956
1954 " tmux configuration 1957 " tmux configuration
1955 au BufNewFile,BufRead {.,}tmux*.conf setf tmux 1958 au BufNewFile,BufRead {.,}tmux*.conf setf tmux
1956 1959
1957 " TOML 1960 " TOML
1958 au BufNewFile,BufRead *.toml setf toml 1961 au BufNewFile,BufRead *.toml setf toml
1959 1962
1960 " TPP - Text Presentation Program 1963 " TPP - Text Presentation Program
1961 au BufNewFile,BufReadPost *.tpp setf tpp 1964 au BufNewFile,BufRead *.tpp setf tpp
1962 1965
1963 " Treetop 1966 " Treetop
1964 au BufRead,BufNewFile *.treetop setf treetop 1967 au BufRead,BufNewFile *.treetop setf treetop
1965 1968
1966 " Trustees 1969 " Trustees