aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRiley Bruins <ribru17@hotmail.com>2024-02-08 11:03:21 -0800
committerGitHub <noreply@github.com>2024-02-08 21:03:21 +0200
commitcbf0dfd92f3149a378164ab781d0b0a13da5b04a (patch)
treefd323c5262a2184ba9b75be456f34762f3a10c2d /README.md
parentfeat(faust): add tree-sitter-faust (#6043) (diff)
downloadnvim-treesitter-cbf0dfd92f3149a378164ab781d0b0a13da5b04a.tar
nvim-treesitter-cbf0dfd92f3149a378164ab781d0b0a13da5b04a.tar.gz
nvim-treesitter-cbf0dfd92f3149a378164ab781d0b0a13da5b04a.tar.bz2
nvim-treesitter-cbf0dfd92f3149a378164ab781d0b0a13da5b04a.tar.lz
nvim-treesitter-cbf0dfd92f3149a378164ab781d0b0a13da5b04a.tar.xz
nvim-treesitter-cbf0dfd92f3149a378164ab781d0b0a13da5b04a.tar.zst
nvim-treesitter-cbf0dfd92f3149a378164ab781d0b0a13da5b04a.zip
feat(readline): add parser tree-sitter-readline (#6058)
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 0f7c50cb4..f62213b41 100644
--- a/README.md
+++ b/README.md
@@ -353,6 +353,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] [rbs](https://github.com/joker1007/tree-sitter-rbs) (maintained by @joker1007)
- [x] [re2c](https://github.com/amaanq/tree-sitter-re2c) (maintained by @amaanq)
+- [x] [readline](https://github.com/ribru17/tree-sitter-readline) (maintained by @ribru17)
- [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)