feat(ts): add mustache parser with cloudinit filetype alias

This commit is contained in:
2026-05-12 06:51:52 +02:00
parent ef21d5a7ff
commit 8a88455f87
11 changed files with 131 additions and 10 deletions
+1
View File
@@ -1,5 +1,6 @@
vim.filetype.add({
pattern = {
[".*%.xml%.tmpl"] = "gotmpl",
[".*%.cloud%-init%.yml"] = "cloudinit",
},
})