feat: add Hare

This commit is contained in:
Amaan Qureshi 2023-03-11 03:02:30 -05:00
parent 98d63d0da4
commit 207a86e4c9
8 changed files with 379 additions and 0 deletions

View file

@ -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",