mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2025-03-13 13:44:26 +00:00
6 lines
72 B
Lua
6 lines
72 B
Lua
vim.filetype.add({
|
|
extension = {
|
|
mdx = "mdx",
|
|
luau = "luau"
|
|
},
|
|
})
|