mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 15:30:01 -04:00
This adds an extension of tree-sitter-wgsl that understands [Bevy's](https://bevyengine.org/) preprocessor directives.
7 lines
77 B
Scheme
7 lines
77 B
Scheme
; inherits wgsl
|
|
[
|
|
"#ifdef"
|
|
"#ifndef"
|
|
"#else"
|
|
"#endif"
|
|
] @zero_indent
|