aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorObserverOfTime <chronobserver@disroot.org>2023-07-24 13:07:35 +0300
committerObserverOfTime <chronobserver@disroot.org>2023-08-10 23:17:56 +0300
commit898f9c13d60bd51bdf873e284177f98264f0954f (patch)
tree2c8fcbed09bfa14088f9d6bdc8f46b88e8dae00c /README.md
parentfeat(go): add `max` and `min` to `@function.builtin` (diff)
downloadnvim-treesitter-898f9c13d60bd51bdf873e284177f98264f0954f.tar
nvim-treesitter-898f9c13d60bd51bdf873e284177f98264f0954f.tar.gz
nvim-treesitter-898f9c13d60bd51bdf873e284177f98264f0954f.tar.bz2
nvim-treesitter-898f9c13d60bd51bdf873e284177f98264f0954f.tar.lz
nvim-treesitter-898f9c13d60bd51bdf873e284177f98264f0954f.tar.xz
nvim-treesitter-898f9c13d60bd51bdf873e284177f98264f0954f.tar.zst
nvim-treesitter-898f9c13d60bd51bdf873e284177f98264f0954f.zip
feat: add requirements parser
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 d33e4a790..fdc643170 100644
--- a/README.md
+++ b/README.md
@@ -320,6 +320,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [rasi](https://github.com/Fymyte/tree-sitter-rasi) (maintained by @Fymyte)
- [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] [rnoweb](https://github.com/bamonroe/tree-sitter-rnoweb) (maintained by @bamonroe)
- [x] [robot](https://github.com/Hubro/tree-sitter-robot) (experimental, maintained by @ema2159)
- [x] [ron](https://github.com/amaanq/tree-sitter-ron) (maintained by @amaanq)