aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/gdscript/indents.scm
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/queries/gdscript/indents.scm')
-rw-r--r--runtime/queries/gdscript/indents.scm35
1 files changed, 35 insertions, 0 deletions
diff --git a/runtime/queries/gdscript/indents.scm b/runtime/queries/gdscript/indents.scm
new file mode 100644
index 00000000..1ab41a44
--- /dev/null
+++ b/runtime/queries/gdscript/indents.scm
@@ -0,0 +1,35 @@
+[
+ (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
+