home: vim: ftdetect: add kbuild
This commit is contained in:
parent
527a85bf11
commit
153b6a43cc
1 changed files with 6 additions and 0 deletions
6
home/vim/ftdetect/kbuild.lua
Normal file
6
home/vim/ftdetect/kbuild.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
-- Kbuild is just a Makefile under a different name
|
||||
vim.filetype.add({
|
||||
filename = {
|
||||
["Kbuild"] = "make",
|
||||
},
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue