summaryrefslogtreecommitdiffstats
path: root/queries/squirrel/folds.scm
blob: db0b9c581ce9c88fea12e135e8b9a824497ae5b6 (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
[
  (class_declaration)
  (function_declaration)
  (member_declaration)
  (enum_declaration)

  (array)
  (block)
  (table)
  (anonymous_function)
  (parenthesized_expression)

  (string)
  (verbatim_string)

  (comment)

  (if_statement)
  (else_statement)
  (while_statement)
  (do_while_statement)
  (switch_statement)
  (for_statement)
  (foreach_statement)
  (try_statement)
  (catch_statement)
] @fold