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
+6
View File
@@ -63,6 +63,12 @@ require("ts").setup({
"https://github.com/tree-sitter/tree-sitter-html",
"https://github.com/tree-sitter/tree-sitter-json",
"https://github.com/tree-sitter-grammars/tree-sitter-luadoc",
{
src = "https://github.com/TheLeoP/tree-sitter-mustache",
aliases = {
{ lang = "cloudinit", filetypes = { "cloudinit" } },
},
},
{
src = "https://github.com/tree-sitter/tree-sitter-php",
parsers = {