mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
23 lines
318 B
Scheme
23 lines
318 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
|
|
|
|
(parameter_list ")" @branch)
|
|
|
|
(comment) @ignore
|