Unnamed repository; edit this file 'description' to name the repository.
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
33
34
[
  (catch_block)
  (class_body)
  (collection_literal)
  (delegation_specifier)
  (do_while_statement)
  (enum_class_body)
  (file_annotation)
  (for_statement)
  (function_type_parameters)
  (function_value_parameters)
  (getter)
  (if_expression)
  (indexing_suffix)
  (lambda_literal)
  (multi_variable_declaration)
  (parenthesized_expression)
  (parenthesized_type)
  (parenthesized_user_type)
  (setter)
  (value_arguments)
  (when_expression)
  (when_subject)
  (while_statement)
] @rainbow.scope

(type_arguments ["<" ">"] @rainbow.bracket) @rainbow.scope
(type_parameters ["<" ">"] @rainbow.bracket) @rainbow.scope

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