feat: add jq

This commit is contained in:
ObserverOfTime 2022-09-20 02:03:08 +03:00 committed by Christian Clason
parent f5c088771b
commit 8a261e32ec
5 changed files with 371 additions and 0 deletions

View file

@ -231,6 +231,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [http](https://github.com/rest-nvim/tree-sitter-http) (maintained by @NTBBloodbath)
- [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)
- [ ] [jq](https://github.com/flurie/tree-sitter-jq)
- [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)
- [x] [json5](https://github.com/Joakker/tree-sitter-json5) (maintained by @Joakker)