From 2f484a2bcb4264ce6100c8d3672f61b5140723bc Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Sun, 26 Sep 2021 12:16:13 +0200 Subject: [PATCH] Add tree-sitter-cuda, tree-sitter-glsl, tree-sitter-commonlisp --- docs/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/index.md b/docs/index.md index bb87a2a8..a1205c4e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -31,12 +31,15 @@ Parsers for these languages are fairly complete: * [C](https://github.com/tree-sitter/tree-sitter-c) * [C#](https://github.com/tree-sitter/tree-sitter-c-sharp) * [C++](https://github.com/tree-sitter/tree-sitter-cpp) +* [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) * [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) * [Fennel](https://github.com/travonted/tree-sitter-fennel) +* [GLSL (OpenGL Shading Language)](https://github.com/theHamsta/tree-sitter-glsl) * [Go](https://github.com/tree-sitter/tree-sitter-go) * [HCL](https://github.com/MichaHoffmann/tree-sitter-hcl) * [HTML](https://github.com/tree-sitter/tree-sitter-html)