shout/vim/ftdetect/shout.lua

6 lines
64 B
Lua

vim.filetype.add({
extension = {
shout = "shout",
},
})