mirror of
https://github.com/helix-editor/helix
synced 2026-05-03 05:10:38 +02:00
18ca4809ca
- Rainbow brackets support for Dart, GDScript, KDL, and Yuck - Indentation rules for Yuck - Tags/definitions support for Godot resource files
18 lines
334 B
Scheme
18 lines
334 B
Scheme
[
|
|
(configuration_uri_condition)
|
|
(class_body)
|
|
(block)
|
|
(arguments)
|
|
(list_literal)
|
|
(formal_parameter_list)
|
|
(optional_formal_parameters)
|
|
(parameter_type_list)
|
|
(record_type)
|
|
(template_substitution)
|
|
(index_selector)
|
|
(if_statement)
|
|
(assertion_arguments)
|
|
] @rainbow.scope
|
|
|
|
["(" ")" "[" "]" "{" "}"] @rainbow.bracket
|