mirror of
https://github.com/helix-editor/helix
synced 2026-05-03 17:20:38 +02:00
18ca4809ca
- Rainbow brackets support for Dart, GDScript, KDL, and Yuck - Indentation rules for Yuck - Tags/definitions support for Godot resource files
10 lines
80 B
Scheme
10 lines
80 B
Scheme
[
|
|
(list)
|
|
(array)
|
|
] @rainbow.scope
|
|
|
|
[
|
|
"[" "]"
|
|
"(" ")"
|
|
] @rainbow.bracket
|