feat(ts): add mustache parser with cloudinit filetype alias
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
vim.filetype.add({
|
||||
pattern = {
|
||||
[".*%.xml%.tmpl"] = "gotmpl",
|
||||
[".*%.cloud%-init%.yml"] = "cloudinit",
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user