diff options
| author | Riley Bruins <ribru17@hotmail.com> | 2024-07-27 08:34:30 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-27 17:34:30 +0200 |
| commit | f97e0de0053df1cb3b9f74b9b1239acced1b7d9a (patch) | |
| tree | 99659d6656483a4b8704bb944a234cb62ef79115 /README.md | |
| parent | fix(query): properly apply predicate injections (diff) | |
| download | nvim-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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
