diff options
| author | Github Actions <actions@github> | 2023-05-01 03:05:02 +0000 |
|---|---|---|
| committer | Amaan Qureshi <amaanq12@gmail.com> | 2023-04-30 23:10:32 -0400 |
| commit | 195a0cda1aaf550b6dacf866cddf371fe4256ae5 (patch) | |
| tree | 9a3b571645fb77cb4be3f2010326db713b574240 | |
| parent | fix(query): add missing dedent for "]" (#4739) (diff) | |
| download | nvim-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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
