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
462 B
Scheme
29 lines
462 B
Scheme
[
|
|
(future_import_statement)
|
|
(import_from_statement)
|
|
(with_clause)
|
|
(parameters)
|
|
(parenthesized_list_splat)
|
|
(argument_list)
|
|
(tuple_pattern)
|
|
(list_pattern)
|
|
(subscript)
|
|
(list)
|
|
(set)
|
|
(tuple)
|
|
(dictionary)
|
|
(dictionary_comprehension)
|
|
(set_comprehension)
|
|
(list_comprehension)
|
|
(generator_expression)
|
|
(parenthesized_expression)
|
|
(interpolation)
|
|
(format_expression)
|
|
] @rainbow.scope
|
|
|
|
[
|
|
"(" ")"
|
|
"{" "}"
|
|
"[" "]"
|
|
] @rainbow.bracket
|