home: vim: ftdetect: add kbuild

This commit is contained in:
Bruno BELANYI 2023-05-12 12:28:06 +00:00
parent 527a85bf11
commit 153b6a43cc
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
-- Kbuild is just a Makefile under a different name
vim.filetype.add({
filename = {
["Kbuild"] = "make",
},
})