7 lines
127 B
Lua
7 lines
127 B
Lua
|
-- Kbuild is just a Makefile under a different name
|
||
|
vim.filetype.add({
|
||
|
filename = {
|
||
|
["Kbuild"] = "make",
|
||
|
},
|
||
|
})
|