Add WGSL parser

This commit is contained in:
Konrad Bochnia 2022-04-11 18:14:04 +02:00 committed by Stephan Seitz
parent fad7da5046
commit 1a58c71b73
5 changed files with 122 additions and 0 deletions

View file

@ -1025,6 +1025,15 @@ list.astro = {
maintainers = { "@virchau13" },
}
list.wgsl = {
install_info = {
url = "https://github.com/szebniok/tree-sitter-wgsl",
files = { "src/parser.c" },
},
maintainers = { "@szebniok" },
filetype = "wgsl"
}
local M = {
list = list,
filetype_to_parsername = filetype_to_parsername,