diff options
| author | Amaan Qureshi <amaanq12@gmail.com> | 2023-08-22 02:10:29 -0400 |
|---|---|---|
| committer | Amaan Qureshi <amaanq12@gmail.com> | 2023-08-24 02:52:48 -0400 |
| commit | c58694685d0a4387ea10aeac1932c6afc55bcf3e (patch) | |
| tree | fcf5551992e32b84dc5dc4bf5662122268322d7d /README.md | |
| parent | refactor: replace some match & vim-match usages (diff) | |
| download | nvim-treesitter-c58694685d0a4387ea10aeac1932c6afc55bcf3e.tar nvim-treesitter-c58694685d0a4387ea10aeac1932c6afc55bcf3e.tar.gz nvim-treesitter-c58694685d0a4387ea10aeac1932c6afc55bcf3e.tar.bz2 nvim-treesitter-c58694685d0a4387ea10aeac1932c6afc55bcf3e.tar.lz nvim-treesitter-c58694685d0a4387ea10aeac1932c6afc55bcf3e.tar.xz nvim-treesitter-c58694685d0a4387ea10aeac1932c6afc55bcf3e.tar.zst nvim-treesitter-c58694685d0a4387ea10aeac1932c6afc55bcf3e.zip | |
feat: add re2c
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -325,6 +325,7 @@ We are looking for maintainers to add more parsers and to write query files for - [x] [r](https://github.com/r-lib/tree-sitter-r) (maintained by @echasnovski) - [ ] [racket](https://github.com/6cdh/tree-sitter-racket) - [x] [rasi](https://github.com/Fymyte/tree-sitter-rasi) (maintained by @Fymyte) +- [x] [re2c](https://github.com/amaanq/tree-sitter-re2c) (maintained by @amaanq) - [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) |
