2024-02-19 02:53:49 -05:00
|
|
|
; inherits: html
|
2024-02-19 00:00:07 +09:00
|
|
|
|
2021-02-05 13:45:26 +07:00
|
|
|
[
|
|
|
|
|
(if_statement)
|
|
|
|
|
(each_statement)
|
|
|
|
|
(await_statement)
|
2024-02-01 10:24:57 -06:00
|
|
|
(key_statement)
|
2024-02-19 02:53:49 -05:00
|
|
|
(snippet_statement)
|
2023-03-20 14:44:39 -07:00
|
|
|
] @indent.begin
|
2021-02-05 13:45:26 +07:00
|
|
|
|
2024-02-19 02:53:49 -05:00
|
|
|
(if_end
|
2024-02-01 10:34:15 -06:00
|
|
|
"}" @indent.end)
|
|
|
|
|
|
2024-02-19 02:53:49 -05:00
|
|
|
(each_end
|
2024-02-01 10:34:15 -06:00
|
|
|
"}" @indent.end)
|
|
|
|
|
|
2024-02-19 02:53:49 -05:00
|
|
|
(await_end
|
2024-02-01 10:34:15 -06:00
|
|
|
"}" @indent.end)
|
2024-02-01 10:24:57 -06:00
|
|
|
|
2024-02-19 02:53:49 -05:00
|
|
|
(key_end
|
|
|
|
|
"}" @indent.end)
|
|
|
|
|
|
|
|
|
|
(snippet_end
|
2024-02-01 10:34:15 -06:00
|
|
|
"}" @indent.end)
|
2024-02-01 10:24:57 -06:00
|
|
|
|
2021-02-05 13:45:26 +07:00
|
|
|
[
|
2024-02-19 02:53:49 -05:00
|
|
|
(if_end)
|
|
|
|
|
(else_if_block)
|
|
|
|
|
(else_block)
|
|
|
|
|
(each_end)
|
|
|
|
|
(await_end)
|
|
|
|
|
(key_end)
|
|
|
|
|
(snippet_end)
|
2023-03-20 14:44:39 -07:00
|
|
|
] @indent.branch
|