forked from Mirrors/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
334 B
Scheme
24 lines
334 B
Scheme
[
|
|
(if_statement)
|
|
(for_statement)
|
|
(while_statement)
|
|
(switch_statement)
|
|
(try_statement)
|
|
(function_definition)
|
|
(class_definition)
|
|
(enumeration)
|
|
(events)
|
|
(methods)
|
|
(properties)
|
|
] @indent
|
|
|
|
[
|
|
(elseif_clause)
|
|
(else_clause)
|
|
(case_clause)
|
|
(otherwise_clause)
|
|
(catch_clause)
|
|
] @indent @extend
|
|
|
|
[ "end" ] @outdent
|