aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua17
1 files changed, 17 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 12c935034..bbd07e17a 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -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",