aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/wgsl_bevy
Commit message (Collapse)AuthorAgeFilesLines
* fix: use proper `; inherits` syntax in queries (#8226)Riley Bruins2025-10-243-3/+6
| | | | | 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.
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-123-0/+53