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.
helix-plus/runtime/queries/gdscript/indents.scm

36 lines
509 B
Scheme

[
(if_statement)
(for_statement)
(while_statement)
(match_statement)
(pattern_section)
(function_definition)
(constructor_definition)
(class_definition)
(enum_definition)
(dictionary (_))
(array (_))
(setget)
] @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