mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 18:30:06 -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
|
|
@ -426,7 +426,7 @@
|
||||||
"revision": "40259f3c77ea856841a4e0c4c807705f3e4a2b65"
|
"revision": "40259f3c77ea856841a4e0c4c807705f3e4a2b65"
|
||||||
},
|
},
|
||||||
"wgsl_bevy": {
|
"wgsl_bevy": {
|
||||||
"revision": "24757275fa01e813ebfdb6acab85862ced9405d7"
|
"revision": "7cd38d6895060b023353e04f7af099ec64add5d1"
|
||||||
},
|
},
|
||||||
"yaml": {
|
"yaml": {
|
||||||
"revision": "0e36bed171768908f331ff7dff9d956bae016efb"
|
"revision": "0e36bed171768908f331ff7dff9d956bae016efb"
|
||||||
|
|
|
||||||
|
|
@ -1195,7 +1195,7 @@ list.wgsl = {
|
||||||
list.wgsl_bevy = {
|
list.wgsl_bevy = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/theHamsta/tree-sitter-wgsl-bevy",
|
url = "https://github.com/theHamsta/tree-sitter-wgsl-bevy",
|
||||||
files = { "src/parser.c" },
|
files = { "src/parser.c", "src/scanner.c" },
|
||||||
generate_requires_npm = true,
|
generate_requires_npm = true,
|
||||||
},
|
},
|
||||||
maintainers = { "@theHamsta" },
|
maintainers = { "@theHamsta" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue