mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 05:50:04 -04:00
Add WGSL parser
This commit is contained in:
parent
fad7da5046
commit
1a58c71b73
5 changed files with 122 additions and 0 deletions
|
|
@ -1025,6 +1025,15 @@ list.astro = {
|
|||
maintainers = { "@virchau13" },
|
||||
}
|
||||
|
||||
list.wgsl = {
|
||||
install_info = {
|
||||
url = "https://github.com/szebniok/tree-sitter-wgsl",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@szebniok" },
|
||||
filetype = "wgsl"
|
||||
}
|
||||
|
||||
local M = {
|
||||
list = list,
|
||||
filetype_to_parsername = filetype_to_parsername,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue