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.
36 lines
499 B
Scheme
36 lines
499 B
Scheme
2 years ago
|
[
|
||
|
(if_statement)
|
||
|
(for_statement)
|
||
|
(while_statement)
|
||
|
(match_statement)
|
||
|
(pattern_section)
|
||
|
|
||
|
(function_definition)
|
||
|
(constructor_definition)
|
||
|
(class_definition)
|
||
|
(enum_definition)
|
||
|
|
||
|
(dictionary (_))
|
||
|
(array (_))
|
||
|
] @indent
|
||
|
|
||
|
[
|
||
|
(if_statement)
|
||
|
(for_statement)
|
||
|
(while_statement)
|
||
|
(match_statement)
|
||
|
(pattern_section)
|
||
|
|
||
|
(function_definition)
|
||
|
(class_definition)
|
||
|
] @extend
|
||
|
|
||
|
|
||
|
[
|
||
|
(return_statement)
|
||
|
(break_statement)
|
||
|
(continue_statement)
|
||
|
(pass_statement)
|
||
|
] @extend.prevent-once
|
||
|
|