diff options
| author | nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> | 2025-02-08 09:39:05 +0000 |
|---|---|---|
| committer | nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> | 2025-02-08 09:51:26 +0000 |
| commit | 1f36863a4e39b0677c7d64c7bf6bf0cd1125c498 (patch) | |
| tree | 0861ec890f2391efe6ccc100198ed784a05cb078 | |
| parent | feat(jinja): add parser and queries (#7573) (diff) | |
| download | nvim-treesitter-1f36863a4e39b0677c7d64c7bf6bf0cd1125c498.tar nvim-treesitter-1f36863a4e39b0677c7d64c7bf6bf0cd1125c498.tar.gz nvim-treesitter-1f36863a4e39b0677c7d64c7bf6bf0cd1125c498.tar.bz2 nvim-treesitter-1f36863a4e39b0677c7d64c7bf6bf0cd1125c498.tar.lz nvim-treesitter-1f36863a4e39b0677c7d64c7bf6bf0cd1125c498.tar.xz nvim-treesitter-1f36863a4e39b0677c7d64c7bf6bf0cd1125c498.tar.zst nvim-treesitter-1f36863a4e39b0677c7d64c7bf6bf0cd1125c498.zip | |
bot(readme): update
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -300,6 +300,8 @@ We are looking for maintainers to add more parsers and to write query files for - [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] [jinja](https://github.com/cathaysia/tree-sitter-jinja) (maintained by @cathaysia) +- [x] [jinja_inline](https://github.com/cathaysia/tree-sitter-jinja) (maintained by @cathaysia) - [x] [jq](https://github.com/flurie/tree-sitter-jq) (maintained by @ObserverOfTime) - [x] [jsdoc](https://github.com/tree-sitter/tree-sitter-jsdoc) (maintained by @steelsojka) - [x] [json](https://github.com/tree-sitter/tree-sitter-json) (maintained by @steelsojka) |
