aboutsummaryrefslogtreecommitdiffstats
path: root/queries/supercollider/indents.scm
blob: c0be0cbaa156cd9975f1276151a2afe8502a3ae1 (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
[
  (function_block)
  (binary_expression)
  (collection)
  (indexed_collection)
  (parameter_call_list)
  (function_call)
  (class_def)
  (classvar)
  (const)
  (instance_var)
  (variable_definition)
  (variable_definition_sequence (variable_definition))
  (control_structure)
  (return_statement)
] @indent

[
  (parameter_call_list (argument_calls))
  "("
  ")"
  "{"
  "}"
  "["
  "]"
] @branch

[
  (block_comment)
  (line_comment)
] @ignore