feat: add gotmpl

This commit is contained in:
2026-02-11 18:50:51 +01:00
parent 4100aca262
commit af2d8df323
5 changed files with 13 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
vim.filetype.add({
pattern = {
[".*%.xml%.tmpl"] = "gotmpl",
},
})