From d0f567251b25974f508527253d590019c4062887 Mon Sep 17 00:00:00 2001 From: Mae Brooks <138945353+MaeBrooks@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:14:39 -0700 Subject: feat(gren): gren parser and queries (#7237) --- lua/nvim-treesitter/parsers.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index b5853c04f..9c85ae118 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -850,6 +850,14 @@ list.gpg = { maintainers = { "@ObserverOfTime" }, } +list.gren = { + install_info = { + files = { "src/parser.c", "src/scanner.c" }, + url = "https://github.com/MaeBrooks/tree-sitter-gren", + }, + maintainers = { "@MaeBrooks" }, +} + list.groovy = { install_info = { url = "https://github.com/murtaza64/tree-sitter-groovy", -- cgit v1.2.3-70-g09d2