home: vim: ftdetect: add kbuild
This commit is contained in:
parent
527a85bf11
commit
153b6a43cc
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…
Reference in a new issue