From eca777f501a16ba3e2d16d723cdc830d0255261e Mon Sep 17 00:00:00 2001 From: Mehmet Oguz Derin Date: Fri, 17 Sep 2021 18:54:14 +0300 Subject: [PATCH] Add WGSL WebGPU Shading Language This PR adds WebGPU Shading Language to the list of available grammars, the linked repository's grammar is periodically automatically extracted from the WGSL specification itself, which is actually extracted every single time where the specification gets a modification in itself to check the validity of both the syntax and the examples. Thank you very much for developing and maintaining tree-sitter, fantastic project! --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index 1b6287ba..50a37dde 100644 --- a/docs/index.md +++ b/docs/index.md @@ -63,6 +63,7 @@ Parsers for these languages are fairly complete: * [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) +* [WGSL WebGPU Shading Language](https://github.com/mehmetoguzderin/tree-sitter-wgsl) Parsers for these languages are in development: