aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/squirrel/folds.scm
blob: c2903cc66e72346510e35a079f9b04b72aa1a64b (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
[
  (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