parsers(wgsl): add scanner.c

This commit is contained in:
Stephan Seitz 2023-01-09 21:18:48 +01:00 committed by Christian Clason
parent c093a8337d
commit ea43e0e9d3

View file

@ -1186,7 +1186,7 @@ list.astro = {
list.wgsl = {
install_info = {
url = "https://github.com/szebniok/tree-sitter-wgsl",
files = { "src/parser.c" },
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@szebniok" },
filetype = "wgsl",