aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRiley Bruins <ribru17@hotmail.com>2024-07-27 08:34:30 -0700
committerGitHub <noreply@github.com>2024-07-27 17:34:30 +0200
commitf97e0de0053df1cb3b9f74b9b1239acced1b7d9a (patch)
tree99659d6656483a4b8704bb944a234cb62ef79115 /README.md
parentfix(query): properly apply predicate injections (diff)
downloadnvim-treesitter-f97e0de0053df1cb3b9f74b9b1239acced1b7d9a.tar
nvim-treesitter-f97e0de0053df1cb3b9f74b9b1239acced1b7d9a.tar.gz
nvim-treesitter-f97e0de0053df1cb3b9f74b9b1239acced1b7d9a.tar.bz2
nvim-treesitter-f97e0de0053df1cb3b9f74b9b1239acced1b7d9a.tar.lz
nvim-treesitter-f97e0de0053df1cb3b9f74b9b1239acced1b7d9a.tar.xz
nvim-treesitter-f97e0de0053df1cb3b9f74b9b1239acced1b7d9a.tar.zst
nvim-treesitter-f97e0de0053df1cb3b9f74b9b1239acced1b7d9a.zip
feat: add rescript parser and queries (#6671)
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 10114e826..f65e118b4 100644
--- a/README.md
+++ b/README.md
@@ -380,6 +380,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [regex](https://github.com/tree-sitter/tree-sitter-regex) (maintained by @theHamsta)
- [x] [rego](https://github.com/FallenAngel97/tree-sitter-rego) (maintained by @FallenAngel97)
- [x] [pip requirements](https://github.com/ObserverOfTime/tree-sitter-requirements) (maintained by @ObserverOfTime)
+- [x] [rescript](https://github.com/rescript-lang/tree-sitter-rescript) (maintained by @ribru17)
- [x] [rnoweb](https://github.com/bamonroe/tree-sitter-rnoweb) (maintained by @bamonroe)
- [x] [robot](https://github.com/Hubro/tree-sitter-robot) (maintained by @Hubro)
- [x] [robots](https://github.com/opa-oz/tree-sitter-robots-txt) (maintained by @opa-oz)