mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 19:36:40 +00:00
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:
@@ -65,6 +65,7 @@ local extension = {
|
||||
bdf = "bdf",
|
||||
beancount = "beancount",
|
||||
bib = "bib",
|
||||
bicep = "bicep",
|
||||
bl = "blank",
|
||||
bsdl = "bsdl",
|
||||
bst = "bst",
|
||||
|
Reference in New Issue
Block a user