From 2cf2293b1f74b18f81be1693f81ae6f0d071b144 Mon Sep 17 00:00:00 2001 From: Ika Date: Sun, 1 Sep 2019 02:30:11 +0800 Subject: [PATCH] docs: add YAML/TOML parser --- docs/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.md b/docs/index.md index 077a83ea..d5381f59 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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: