From db846931c680f752aeb185baa08472446edb7135 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 20 Oct 2022 08:33:43 -0700 Subject: [PATCH] Add D grammar - it is quite complete for D 2.100. --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index 0fdef473..7e9ce12e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -38,6 +38,7 @@ Parsers for these languages are fairly complete: * [Common Lisp](https://github.com/theHamsta/tree-sitter-commonlisp) * [CSS](https://github.com/tree-sitter/tree-sitter-css) * [CUDA](https://github.com/theHamsta/tree-sitter-cuda) +* [D](https://github.com/gdamore/tree-sitter-d) * [DOT](https://github.com/rydesun/tree-sitter-dot) * [Elm](https://github.com/elm-tooling/tree-sitter-elm) * [Emacs Lisp](https://github.com/Wilfred/tree-sitter-elisp)