From b2e3105acb38517fdb1e09f1bb2bf3f9790e0492 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Thu, 13 Jun 2019 11:51:53 -0700 Subject: [PATCH] Add verilog and systemrdl grammars to the docs --- docs/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.md b/docs/index.md index 1da3afa8..3b719d63 100644 --- a/docs/index.md +++ b/docs/index.md @@ -41,7 +41,9 @@ Parsers for these languages are fairly complete: * [Python](https://github.com/tree-sitter/tree-sitter-python) * [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) * [TypeScript](https://github.com/tree-sitter/tree-sitter-typescript) +* [Verilog](https://github.com/tree-sitter/tree-sitter-verilog) Parsers for these languages are in development: