mirror of
https://github.com/helix-editor/helix
synced 2026-03-08 08:56:21 +01:00
25 lines
263 B
Scheme
25 lines
263 B
Scheme
[
|
|
; ()
|
|
(arguments "(" ")")
|
|
(parenthesized_expression)
|
|
(function_type)
|
|
; #{}
|
|
(record)
|
|
(map)
|
|
; {}
|
|
(map_update)
|
|
(tuple)
|
|
; <<>>
|
|
(bitstring)
|
|
; []
|
|
(list)
|
|
] @rainbow.scope
|
|
|
|
[
|
|
"#"
|
|
"{" "}"
|
|
"(" ")"
|
|
"[" "]"
|
|
"<<" ">>"
|
|
] @rainbow.bracket
|