mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 21:10:15 -04:00
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:
parent
29304e16bb
commit
817531ce6f
4 changed files with 46 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue