parsers(wgsl_bevy): add scanner.c

This commit is contained in:
Stephan Seitz 2023-01-09 21:28:03 +01:00 committed by Christian Clason
parent ea43e0e9d3
commit a64b1f478d
2 changed files with 2 additions and 2 deletions

View file

@ -1195,7 +1195,7 @@ list.wgsl = {
list.wgsl_bevy = {
install_info = {
url = "https://github.com/theHamsta/tree-sitter-wgsl-bevy",
files = { "src/parser.c" },
files = { "src/parser.c", "src/scanner.c" },
generate_requires_npm = true,
},
maintainers = { "@theHamsta" },