Bruno BELANYI
41df5c01ad
All checks were successful
ci/woodpecker/push/check Pipeline was successful
7 lines
106 B
Lua
7 lines
106 B
Lua
-- Mconfig is just Kconfig
|
|
vim.filetype.add({
|
|
filename = {
|
|
["Mconfig"] = "kconfig",
|
|
},
|
|
})
|