vim-patch:8.2.4411: bicep files are not recognized (#17447)

Problem:    Bicep files are not recognized.
Solution:   Match *.bicep files. (Dundar Goc, closes vim/vim#9791)
8e5ba693ad
This commit is contained in:
Christian Clason
2022-02-17 23:05:48 +01:00
committed by GitHub
parent d1e3d8abd6
commit 1fd106ca88
3 changed files with 7 additions and 2 deletions

View File

@@ -81,6 +81,7 @@ let s:filename_checks = {
\ 'bc': ['file.bc'],
\ 'bdf': ['file.bdf'],
\ 'bib': ['file.bib'],
\ 'bicep': ['file.bicep'],
\ 'beancount': ['file.beancount'],
\ 'bindzone': ['named.root', '/bind/db.file', '/named/db.file', 'any/bind/db.file', 'any/named/db.file'],
\ 'blank': ['file.bl'],