feat: add gotmpl
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
vim.filetype.add({
|
||||
pattern = {
|
||||
[".*%.xml%.tmpl"] = "gotmpl",
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user