feat(ts): add mustache parser with cloudinit filetype alias
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user