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:
Amaan Qureshi
2023-01-22 18:08:08 -05:00
committed by GitHub
parent e5a537c885
commit 1b642648f6
2 changed files with 2 additions and 0 deletions

View File

@@ -1022,6 +1022,7 @@ local extension = {
texinfo = 'texinfo',
text = 'text',
tfvars = 'terraform-vars',
thrift = 'thrift',
tla = 'tla',
tli = 'tli',
toml = 'toml',