comparison runtime/filetype.vim @ 31796:e2fa5867a7bd v9.0.1230

patch 9.0.1230: Apache thrift files are not recognized Commit: https://github.com/vim/vim/commit/f3da4c8427b1b12d7aaffa307ec085ca97ea9ad9 Author: Amaan Qureshi <amaanq12@gmail.com> Date: Sun Jan 22 18:16:44 2023 +0000 patch 9.0.1230: Apache thrift files are not recognized Problem: Apache thrift files are not recognized. Solution: Add a pattern for thrift files. (Amaan Qureshi, closes https://github.com/vim/vim/issues/11859)
author Bram Moolenaar <Bram@vim.org>
date Sun, 22 Jan 2023 19:30:04 +0100
parents 745772308c81
children a89903efd329
comparison
equal deleted inserted replaced
31795:3542f4bba987 31796:e2fa5867a7bd
2104 au BufNewFile,BufRead *.texinfo,*.texi,*.txi setf texinfo 2104 au BufNewFile,BufRead *.texinfo,*.texi,*.txi setf texinfo
2105 2105
2106 " TeX configuration 2106 " TeX configuration
2107 au BufNewFile,BufRead texmf.cnf setf texmf 2107 au BufNewFile,BufRead texmf.cnf setf texmf
2108 2108
2109 " Thrift (Apache)
2110 au BufNewFile,BufRead *.thrift setf thrift
2111
2109 " Tidy config 2112 " Tidy config
2110 au BufNewFile,BufRead .tidyrc,tidyrc,tidy.conf setf tidy 2113 au BufNewFile,BufRead .tidyrc,tidyrc,tidy.conf setf tidy
2111 2114
2112 " TF mud client 2115 " TF mud client
2113 au BufNewFile,BufRead .tfrc,tfrc setf tf 2116 au BufNewFile,BufRead .tfrc,tfrc setf tf