mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 12:30:01 -04:00
The new parser is faster, does not lag while editing, correctly parses the entire Zig code base, and is much easier to write queries for.
22 lines
207 B
Scheme
22 lines
207 B
Scheme
[
|
|
(block)
|
|
(switch_expression)
|
|
(initializer_list)
|
|
] @indent.begin
|
|
|
|
(block
|
|
"}" @indent.end)
|
|
|
|
[
|
|
"("
|
|
")"
|
|
"["
|
|
"]"
|
|
"{"
|
|
"}"
|
|
] @indent.branch
|
|
|
|
[
|
|
(comment)
|
|
(multiline_string)
|
|
] @indent.ignore
|