summaryrefslogtreecommitdiff
path: root/queries/teal/indents.scm
blob: b199015a6be1e14484bdfc51251370d829cb5c38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
  (record_declaration)
  (anon_function)
  (function_body)
  (table_constructor)
  (if_statement)
  (return_statement)
  (while_statement)
] @indent

[
  "{"
  "}"
  "("
  ")"
  "end"
  "then"
] @branch