mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
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.
8 lines
79 B
Scheme
8 lines
79 B
Scheme
; inherits: wgsl
|
|
|
|
[
|
|
"#ifdef"
|
|
"#ifndef"
|
|
"#else"
|
|
"#endif"
|
|
] @indent.zero
|