Add D grammar - it is quite complete for D 2.100.

This commit is contained in:
Garrett D'Amore 2022-10-20 08:33:43 -07:00 committed by GitHub
parent cabdcfb41d
commit db846931c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)