From c7f118ce552b5df84aefd79ade2db53017f97b27 Mon Sep 17 00:00:00 2001 From: rydesun Date: Sun, 29 Aug 2021 20:20:56 +0800 Subject: [PATCH] Add Graphviz DOT parser --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index 36ca6777..72b16c96 100644 --- a/docs/index.md +++ b/docs/index.md @@ -31,6 +31,7 @@ Parsers for these languages are fairly complete: * [C#](https://github.com/tree-sitter/tree-sitter-c-sharp) * [C++](https://github.com/tree-sitter/tree-sitter-cpp) * [CSS](https://github.com/tree-sitter/tree-sitter-css) +* [DOT](https://github.com/rydesun/tree-sitter-dot) * [Elm](https://github.com/elm-tooling/tree-sitter-elm) * [Eno](https://github.com/eno-lang/tree-sitter-eno) * [ERB / EJS](https://github.com/tree-sitter/tree-sitter-embedded-template)