aboutsummaryrefslogtreecommitdiffstats
path: root/queries/gdscript/indents.scm
blob: 38069c38f99ba0859c604732ecc1195e2b057244 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[
  (if_statement)

  (for_statement)
  (while_statement)

  (parenthesized_expression)

  (function_definition)
  (class_definition)
] @indent

((arguments) @aligned_indent
 (#set! "delimiter" "()"))
((parameters) @aligned_indent
 (#set! "delimiter" "()"))

[
  ")"
  "]"
  "}"
  (elif_clause)
  (else_clause)
] @branch