2023-05-18 09:40:13 +02:00
|
|
|
(block
|
|
|
|
|
")" @indent.branch .) @indent.begin
|
|
|
|
|
|
2023-09-13 20:54:04 +02:00
|
|
|
(if_block) @indent.begin
|
2023-05-18 09:40:13 +02:00
|
|
|
|
2023-09-13 20:54:04 +02:00
|
|
|
(if_block
|
|
|
|
|
(block)) @indent.dedent
|
2023-05-18 09:40:13 +02:00
|
|
|
|
2024-04-14 12:58:21 +02:00
|
|
|
(elif_block) @indent.branch
|
|
|
|
|
|
2023-05-18 09:40:13 +02:00
|
|
|
(else_block) @indent.branch
|
|
|
|
|
|
|
|
|
|
(else_block
|
2023-09-13 20:54:04 +02:00
|
|
|
(if_block) @indent.dedent)
|
2023-05-18 09:40:13 +02:00
|
|
|
|
|
|
|
|
(while_block
|
2023-06-05 09:52:36 +09:00
|
|
|
(command_expression)) @indent.auto
|
2023-05-18 09:40:13 +02:00
|
|
|
|
|
|
|
|
(repeat_block
|
2023-06-05 09:52:36 +09:00
|
|
|
(command_expression)) @indent.auto
|
2023-05-18 09:40:13 +02:00
|
|
|
|
2023-06-05 09:52:36 +09:00
|
|
|
(comment) @indent.auto
|