mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 13:30:01 -04:00
30 lines
378 B
Scheme
30 lines
378 B
Scheme
[
|
|
(import_declaration)
|
|
(const_declaration)
|
|
(var_declaration)
|
|
(type_declaration)
|
|
(composite_literal)
|
|
(func_literal)
|
|
(literal_value)
|
|
(expression_case)
|
|
(default_case)
|
|
(block)
|
|
(call_expression)
|
|
(parameter_list)
|
|
] @indent
|
|
|
|
[
|
|
"case"
|
|
"}"
|
|
] @branch
|
|
|
|
(const_declaration ")" @branch)
|
|
|
|
[
|
|
"}"
|
|
")"
|
|
] @indent_end
|
|
|
|
(parameter_list ")" @branch)
|
|
|
|
(comment) @ignore
|