home: vim: ftdetect: add bp

Unfortunately, the `blueprint` filetype name is already taken...
This commit is contained in:
Bruno BELANYI 2024-04-12 10:01:17 +00:00
parent 6efe2c12ba
commit 3e6b9f7161
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
-- Use `bp` filetype for Blueprint files
vim.filetype.add({
extension = {
bp = "bp",
},
})