aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/gleam/rainbows.scm
blob: a28312c15dd7a78d784d920af525893fa3e0941b (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
[
  (target_group)
  (unqualified_imports)
  (tuple)
  (list)
  (function)
  (function_parameters)
  (todo)
  (tuple)
  (list)
  (anonymous_function)
  (block)
  (case)
  (record_update)
  (arguments)
  (record_pattern_arguments)
  (tuple_pattern)
  (list_pattern)
  (type_definition)
  (data_constructor_arguments)
  (tuple_type)
  (function_parameter_types)
  (type_arguments)
  (type_parameters)
] @rainbow.scope

[
  "(" ")"
  "[" "]"
  "{" "}"
  "#"
] @rainbow.bracket