mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
20 lines
292 B
Scheme
20 lines
292 B
Scheme
[
|
|
(import_declaration)
|
|
(const_declaration)
|
|
(type_declaration)
|
|
(type_initializer)
|
|
(block)
|
|
(map_init_expression)
|
|
(call_expression)
|
|
(parameter_list)
|
|
] @indent.begin
|
|
|
|
"}" @indent.branch
|
|
|
|
(parameter_list
|
|
")" @indent.branch)
|
|
|
|
[
|
|
(line_comment)
|
|
(block_comment)
|
|
] @indent.ignore
|