mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
27 lines
327 B
Scheme
27 lines
327 B
Scheme
[
|
|
(arguments)
|
|
(block)
|
|
(enum_block)
|
|
(global_block)
|
|
(imperative_block)
|
|
(struct_block)
|
|
(typed_identifier)
|
|
] @indent.begin
|
|
|
|
([
|
|
(block)
|
|
(enum_block)
|
|
(global_block)
|
|
(imperative_block)
|
|
(struct_block)
|
|
]
|
|
"}" @indent.end)
|
|
|
|
([
|
|
(arguments)
|
|
(typed_identifier)
|
|
]
|
|
")" @indent.end)
|
|
|
|
(string_value) @indent.auto
|