aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-05-01 03:05:02 +0000
committerAmaan Qureshi <amaanq12@gmail.com>2023-04-30 23:10:32 -0400
commit195a0cda1aaf550b6dacf866cddf371fe4256ae5 (patch)
tree9a3b571645fb77cb4be3f2010326db713b574240
parentfix(query): add missing dedent for "]" (#4739) (diff)
downloadnvim-treesitter-195a0cda1aaf550b6dacf866cddf371fe4256ae5.tar
nvim-treesitter-195a0cda1aaf550b6dacf866cddf371fe4256ae5.tar.gz
nvim-treesitter-195a0cda1aaf550b6dacf866cddf371fe4256ae5.tar.bz2
nvim-treesitter-195a0cda1aaf550b6dacf866cddf371fe4256ae5.tar.lz
nvim-treesitter-195a0cda1aaf550b6dacf866cddf371fe4256ae5.tar.xz
nvim-treesitter-195a0cda1aaf550b6dacf866cddf371fe4256ae5.tar.zst
nvim-treesitter-195a0cda1aaf550b6dacf866cddf371fe4256ae5.zip
Update README
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index d633d57c9..1fb1830fb 100644
--- a/README.md
+++ b/README.md
@@ -248,6 +248,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [htmldjango](https://github.com/interdependence/tree-sitter-htmldjango) (experimental, maintained by @ObserverOfTime)
- [x] [http](https://github.com/rest-nvim/tree-sitter-http) (maintained by @amaanq)
- [x] [ini](https://github.com/justinmk/tree-sitter-ini) (experimental, maintained by @theHamsta)
+- [x] [janet_simple](https://github.com/sogaiu/tree-sitter-janet-simple) (maintained by @sogaiu)
- [x] [java](https://github.com/tree-sitter/tree-sitter-java) (maintained by @p00f)
- [x] [javascript](https://github.com/tree-sitter/tree-sitter-javascript) (maintained by @steelsojka)
- [x] [jq](https://github.com/flurie/tree-sitter-jq) (maintained by @ObserverOfTime)