mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
18 lines
218 B
Scheme
18 lines
218 B
Scheme
[
|
|
(record_declaration)
|
|
(anon_function)
|
|
(function_body)
|
|
(table_constructor)
|
|
(if_statement)
|
|
(return_statement)
|
|
(while_statement)
|
|
] @indent.begin
|
|
|
|
[
|
|
"{"
|
|
"}"
|
|
"("
|
|
")"
|
|
"end"
|
|
"then"
|
|
] @indent.branch
|