mirror of https://github.com/helix-editor/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
399 B
Scheme
29 lines
399 B
Scheme
2 years ago
|
[
|
||
|
(begin_block)
|
||
|
(end_block)
|
||
|
(singleton_method)
|
||
|
(block_parameters)
|
||
|
(parenthesized_statements)
|
||
|
(element_reference)
|
||
|
(argument_list "(" ")")
|
||
|
(block)
|
||
|
(destructured_left_assignment)
|
||
|
(interpolation)
|
||
|
(string_array)
|
||
|
(symbol_array)
|
||
|
(regex)
|
||
|
(array)
|
||
|
(hash)
|
||
|
(method_parameters)
|
||
|
] @rainbow.scope
|
||
|
|
||
|
[
|
||
|
"#{"
|
||
|
"{" "}"
|
||
|
"(" ")"
|
||
|
"%w(" "%i("
|
||
|
"[" "]"
|
||
|
"|"
|
||
|
"/"
|
||
|
] @rainbow.bracket
|