From f9aa4f060ef73b487932696a84ed48b67eb1373e Mon Sep 17 00:00:00 2001 From: zhaown <51357674+chaozwn@users.noreply.github.com> Date: Sun, 7 Jul 2024 23:27:21 +0800 Subject: feat: add goctl parser and queries --- 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 14555c57a..65d9313ae 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -757,6 +757,14 @@ list.go = { maintainers = { "@theHamsta", "@WinWisely268" }, } +list.goctl = { + install_info = { + url = "https://github.com/chaozwn/tree-sitter-goctl.git", + files = { "src/parser.c" }, + }, + maintainers = { "@chaozwn" }, +} + list.godot_resource = { install_info = { url = "https://github.com/PrestonKnopp/tree-sitter-godot-resource", -- cgit v1.2.3-70-g09d2