17 lines
196 B
Scheme
17 lines
196 B
Scheme
; inherits: html_tags
|
|
|
|
[
|
|
(statement_block)
|
|
(switch_statement)
|
|
] @indent.begin
|
|
|
|
(statement_block
|
|
"{" @indent.branch)
|
|
|
|
(statement_block
|
|
"}" @indent.end)
|
|
|
|
"}" @indent.branch
|
|
|
|
"}" @indent.end
|