Add link to JSON parser in document

This commit is contained in:
Linda_pp 2022-05-04 00:01:02 +09:00 committed by GitHub
parent cfbafabe6f
commit d9365a8fd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,6 +50,7 @@ Parsers for these languages are fairly complete:
* [HTML](https://github.com/tree-sitter/tree-sitter-html)
* [Java](https://github.com/tree-sitter/tree-sitter-java)
* [JavaScript](https://github.com/tree-sitter/tree-sitter-javascript)
* [JSON](https://github.com/tree-sitter/tree-sitter-json)
* [Lua](https://github.com/Azganoth/tree-sitter-lua)
* [Make](https://github.com/alemuller/tree-sitter-make)
* [Markdown](https://github.com/ikatyang/tree-sitter-markdown)