mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
vim-patch:9.0.1230: Apache Thrift files are not recognized (#21955)
Problem: Apache thrift files are not recognized.
Solution: Add a pattern for thrift files. (Amaan Qureshi, closes vim/vim#11859)
f3da4c8427
This commit is contained in:
@@ -1022,6 +1022,7 @@ local extension = {
|
||||
texinfo = 'texinfo',
|
||||
text = 'text',
|
||||
tfvars = 'terraform-vars',
|
||||
thrift = 'thrift',
|
||||
tla = 'tla',
|
||||
tli = 'tli',
|
||||
toml = 'toml',
|
||||
|
||||
Reference in New Issue
Block a user