From 9e1f3c336940e77adee81ca340e1bf0635e655f3 Mon Sep 17 00:00:00 2001 From: qvalentin Date: Sun, 4 Feb 2024 11:23:23 +0100 Subject: feat: add gotemplate and helm parser support --- lua/nvim-treesitter/parsers.lua | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'lua') 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", -- cgit v1.2.3-70-g09d2