Merge pull request #1738 from rhysd/patch-2

Add link to JSON parser in document
This commit is contained in:
Max Brunsfeld 2022-05-03 10:30:11 -07:00 committed by GitHub
commit 6192d29610
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)