mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17: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 = {
|
||||
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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue