mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
parsers(wgsl_bevy): add scanner.c
This commit is contained in:
parent
ea43e0e9d3
commit
a64b1f478d
2 changed files with 2 additions and 2 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue