SoloVim/ftdetect/tmTheme.lua

6 lines
64 B
Lua

vim.filetype.add({
pattern = {
["*.tmTheme"] = "xml",
},
})