From bcd48e3b9402326c4a34caed68cf9193edb91f37 Mon Sep 17 00:00:00 2001 From: "Alexandre A. Muller" Date: Thu, 29 Oct 2020 19:08:55 +0000 Subject: [PATCH] add link to VHDL parser --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index 03c1a60c..d9410cc2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -50,6 +50,7 @@ Parsers for these languages are fairly complete: * [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) +* [VHDL](https://github.com/alemuller/tree-sitter-vhdl) * [Vue](https://github.com/ikatyang/tree-sitter-vue) * [YAML](https://github.com/ikatyang/tree-sitter-yaml) * [WASM](https://github.com/wasm-lsp/tree-sitter-wasm)