mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
feat: add Hare
This commit is contained in:
parent
98d63d0da4
commit
207a86e4c9
8 changed files with 379 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue