home: vim: ftdetect: add bp
Unfortunately, the `blueprint` filetype name is already taken...
This commit is contained in:
parent
6efe2c12ba
commit
3e6b9f7161
1 changed files with 6 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue