home: vim: ftdetect: add bp
Unfortunately, the `blueprint` filetype name is already taken...
This commit is contained in:
parent
6efe2c12ba
commit
3e6b9f7161
6
modules/home/vim/ftdetect/blueprint.lua
Normal file
6
modules/home/vim/ftdetect/blueprint.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
-- Use `bp` filetype for Blueprint files
|
||||
vim.filetype.add({
|
||||
extension = {
|
||||
bp = "bp",
|
||||
},
|
||||
})
|
Loading…
Reference in a new issue