2021-03-23 06:18:43 +05:30
|
|
|
[
|
2024-08-29 22:37:17 -04:00
|
|
|
(block)
|
2024-11-15 16:44:26 +08:00
|
|
|
(struct_declaration)
|
2024-12-15 22:29:54 +01:00
|
|
|
(enum_declaration)
|
|
|
|
|
(union_declaration)
|
2024-08-29 22:37:17 -04:00
|
|
|
(switch_expression)
|
2024-12-15 22:29:54 +01:00
|
|
|
(if_expression)
|
|
|
|
|
(while_expression)
|
|
|
|
|
(for_expression)
|
2024-08-29 22:37:17 -04:00
|
|
|
(initializer_list)
|
2023-03-20 14:44:39 -07:00
|
|
|
] @indent.begin
|
2021-03-23 06:18:43 +05:30
|
|
|
|
2024-08-29 22:37:17 -04:00
|
|
|
(block
|
2024-01-06 15:05:50 +09:00
|
|
|
"}" @indent.end)
|
2022-08-05 04:42:09 +09:00
|
|
|
|
2021-03-23 06:18:43 +05:30
|
|
|
[
|
|
|
|
|
"("
|
|
|
|
|
")"
|
|
|
|
|
"["
|
|
|
|
|
"]"
|
|
|
|
|
"{"
|
|
|
|
|
"}"
|
2023-03-20 14:44:39 -07:00
|
|
|
] @indent.branch
|
2021-03-23 06:18:43 +05:30
|
|
|
|
|
|
|
|
[
|
2024-08-29 22:37:17 -04:00
|
|
|
(comment)
|
|
|
|
|
(multiline_string)
|
2023-03-20 14:44:39 -07:00
|
|
|
] @indent.ignore
|