aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAmaan Qureshi <amaanq12@gmail.com>2023-03-11 03:02:30 -0500
committerAmaan Qureshi <amaanq12@gmail.com>2023-03-11 03:45:31 -0500
commit207a86e4c91898a6eaf476271faa6e09f1109709 (patch)
tree4613345b1dd56bbc29d96a602e785c348ab48685 /README.md
parenthighlights(prql): change `loop` and `case` highlight (diff)
downloadnvim-treesitter-207a86e4c91898a6eaf476271faa6e09f1109709.tar
nvim-treesitter-207a86e4c91898a6eaf476271faa6e09f1109709.tar.gz
nvim-treesitter-207a86e4c91898a6eaf476271faa6e09f1109709.tar.bz2
nvim-treesitter-207a86e4c91898a6eaf476271faa6e09f1109709.tar.lz
nvim-treesitter-207a86e4c91898a6eaf476271faa6e09f1109709.tar.xz
nvim-treesitter-207a86e4c91898a6eaf476271faa6e09f1109709.tar.zst
nvim-treesitter-207a86e4c91898a6eaf476271faa6e09f1109709.zip
feat: add Hare
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index fe84f78c0..449633124 100644
--- a/README.md
+++ b/README.md
@@ -235,6 +235,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [gowork](https://github.com/omertuc/tree-sitter-go-work) (maintained by @omertuc)
- [x] [graphql](https://github.com/bkegley/tree-sitter-graphql) (maintained by @bkegley)
- [ ] [hack](https://github.com/slackhq/tree-sitter-hack)
+- [x] [hare](https://github.com/amaanq/tree-sitter-hare) (maintained by @amaanq)
- [ ] [haskell](https://github.com/tree-sitter/tree-sitter-haskell)
- [x] [hcl](https://github.com/MichaHoffmann/tree-sitter-hcl) (maintained by @MichaHoffmann)
- [x] [heex](https://github.com/connorlay/tree-sitter-heex) (maintained by @connorlay)