aboutsummaryrefslogtreecommitdiffstats
path: root/queries/lua/indents.scm
blob: f23e7cc9956d2e98d0d13ccc0a646d022630c06c (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[
  (function_definition)
  (function_declaration)
  (field)
  (do_statement)
  (method_index_expression)
  (while_statement)
  (repeat_statement)
  (if_statement)
  "then"
  (for_statement)
  (return_statement)
  (table_constructor)
  (arguments)
  (return_statement)
] @indent

[
  "end"
  ")"
  "}"
] @indent_end

(return_statement
  (expression_list
    (function_call))) @dedent

[
  "end"
  "then"
  "until"
  "}"
  ")"
  "elseif"
  (elseif_statement)
  "else"
  (else_statement)
] @branch

(comment) @auto

(string) @auto