docs: add YAML/TOML parser

This commit is contained in:
Ika 2019-09-01 02:30:11 +08:00 committed by GitHub
parent 5882bcf531
commit 2cf2293b1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,8 +44,10 @@ Parsers for these languages are fairly complete:
* [Ruby](https://github.com/tree-sitter/tree-sitter-ruby)
* [Rust](https://github.com/tree-sitter/tree-sitter-rust)
* [SystemRDL](https://github.com/SystemRDL/tree-sitter-systemrdl)
* [TOML](https://github.com/ikatyang/tree-sitter-toml)
* [TypeScript](https://github.com/tree-sitter/tree-sitter-typescript)
* [Verilog](https://github.com/tree-sitter/tree-sitter-verilog)
* [YAML](https://github.com/ikatyang/tree-sitter-yaml)
Parsers for these languages are in development: