This website requires JavaScript.
Explore
Help
Sign in
benbot
/
nvim-treesitter
Watch
1
Star
0
Fork
You've already forked nvim-treesitter
0
mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced
2026-07-01 19:17:02 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
f2204e58db
nvim-treesitter
/
runtime
/
queries
/
wgsl_bevy
/
indents.scm
9 lines
79 B
Scheme
Raw
Normal View
History
Unescape
Escape
fix: use proper `; inherits` syntax in queries (#8226) Some queries don't add a colon after the `inherits` keyword, which nvim could handle but `ts_query_ls` could not, causing it to give incomplete diagnostics.
2025-10-24 18:47:39 -07:00
; inherits: wgsl
parsers: add wgsl_bevy This adds an extension of tree-sitter-wgsl that understands [Bevy's](https://bevyengine.org/) preprocessor directives.
2022-12-25 17:40:05 +01:00
[
"#ifdef"
"#ifndef"
"#else"
"#endif"
use indent.X syntax for captures and properties of set directives update CONTRIBUTING.md adjust indents for bass fix doc capture comment
2023-03-20 14:44:39 -07:00
]
@indent
.
zero
Reference in a new issue
Copy permalink