mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
31 lines
416 B
Scheme
31 lines
416 B
Scheme
[
|
|
(block)
|
|
(comptime_block)
|
|
(defer_block)
|
|
(suspend_block)
|
|
(resume_block)
|
|
(if_expression)
|
|
(while_expression)
|
|
(for_expression)
|
|
(test_expression)
|
|
(struct_expression)
|
|
(struct_construction)
|
|
(anonymous_struct_enum)
|
|
(anonymous_array_expr)
|
|
(enum_expression)
|
|
(union_expression)
|
|
] @indent
|
|
|
|
[
|
|
"("
|
|
")"
|
|
"["
|
|
"]"
|
|
"{"
|
|
"}"
|
|
] @branch
|
|
|
|
[
|
|
(line_comment)
|
|
(multiline_string_literal)
|
|
] @ignore
|