mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
parsers(wgsl): add scanner.c
This commit is contained in:
parent
c093a8337d
commit
ea43e0e9d3
1 changed files with 1 additions and 1 deletions
|
|
@ -1186,7 +1186,7 @@ list.astro = {
|
||||||
list.wgsl = {
|
list.wgsl = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/szebniok/tree-sitter-wgsl",
|
url = "https://github.com/szebniok/tree-sitter-wgsl",
|
||||||
files = { "src/parser.c" },
|
files = { "src/parser.c", "src/scanner.c" },
|
||||||
},
|
},
|
||||||
maintainers = { "@szebniok" },
|
maintainers = { "@szebniok" },
|
||||||
filetype = "wgsl",
|
filetype = "wgsl",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue