Merge pull request #439 from ikatyang/ikatyang-patch-1

docs: add YAML/TOML parser
This commit is contained in:
Max Brunsfeld 2019-08-31 12:10:39 -07:00 committed by GitHub
commit 4870fe28a8
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: