From 207a86e4c91898a6eaf476271faa6e09f1109709 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Sat, 11 Mar 2023 03:02:30 -0500 Subject: feat: add Hare --- 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 e36d6cdec..6d2844e22 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -628,6 +628,14 @@ list.hack = { }, } +list.hare = { + install_info = { + url = "https://github.com/amaanq/tree-sitter-hare", + files = { "src/parser.c" }, + }, + maintainers = { "@amaanq" }, +} + list.haskell = { install_info = { url = "https://github.com/tree-sitter/tree-sitter-haskell", -- cgit v1.2.3-70-g09d2