parsers: add wgsl_bevy

This adds an extension of tree-sitter-wgsl that understands
[Bevy's](https://bevyengine.org/) preprocessor directives.
This commit is contained in:
Stephan Seitz 2022-12-25 17:40:05 +01:00
parent 29304e16bb
commit 817531ce6f
4 changed files with 46 additions and 0 deletions

View file

@ -1183,6 +1183,15 @@ list.wgsl = {
filetype = "wgsl",
}
list.wgsl_bevy = {
install_info = {
url = "https://github.com/theHamsta/tree-sitter-wgsl-bevy",
files = { "src/parser.c" },
generate_requires_npm = true,
},
maintainers = { "@theHamsta" },
}
list.m68k = {
install_info = {
url = "https://github.com/grahambates/tree-sitter-m68k",