mirror of
https://github.com/neovim/neovim.git
synced 2026-04-04 14:49:31 +00:00
vim-patch:9.0.0443: blueprint files are not recognized (#20155)
Problem: Blueprint files are not recognized.
Solution: Add a pattern for blueprint files. (Gabriele Musco, closes vim/vim#11107)
cce82a55b8
This commit is contained in:
@@ -177,6 +177,7 @@ local extension = {
|
||||
bbappend = 'bitbake',
|
||||
bbclass = 'bitbake',
|
||||
bl = 'blank',
|
||||
blp = 'blueprint',
|
||||
bsd = 'bsdl',
|
||||
bsdl = 'bsdl',
|
||||
bst = 'bst',
|
||||
|
||||
Reference in New Issue
Block a user