parent
153b6a43cc
commit
41df5c01ad
6
home/vim/ftdetect/kconfig.lua
Normal file
6
home/vim/ftdetect/kconfig.lua
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
-- Mconfig is just Kconfig
|
||||||
|
vim.filetype.add({
|
||||||
|
filename = {
|
||||||
|
["Mconfig"] = "kconfig",
|
||||||
|
},
|
||||||
|
})
|
Loading…
Reference in a new issue