mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
26 lines
327 B
Scheme
26 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
|