feat: add gotemplate and helm parser support

This commit is contained in:
qvalentin 2024-02-04 11:23:23 +01:00 committed by Christian Clason
parent f8d4e5c1ba
commit 9e1f3c3369
7 changed files with 252 additions and 0 deletions

View file

@ -758,6 +758,14 @@ list.gowork = {
maintainers = { "@omertuc" },
}
list.gotmpl = {
install_info = {
url = "https://github.com/ngalaiko/tree-sitter-go-template",
files = { "src/parser.c" },
},
maintainers = { "@qvalentin" },
}
list.gpg = {
install_info = {
url = "https://github.com/ObserverOfTime/tree-sitter-gpg-config",
@ -838,6 +846,15 @@ list.heex = {
maintainers = { "@connorlay" },
}
list.helm = {
install_info = {
url = "https://github.com/ngalaiko/tree-sitter-go-template",
location = "dialects/helm",
files = { "src/parser.c" },
},
maintainers = { "@qvalentin" },
}
list.hjson = {
install_info = {
url = "https://github.com/winston0410/tree-sitter-hjson",