mirror of
https://github.com/helix-editor/helix
synced 2026-08-04 14:27:07 +02:00
11 lines
148 B
Scheme
11 lines
148 B
Scheme
[
|
|
(list_lit)
|
|
(vec_lit)
|
|
(defun)
|
|
(loop_macro)
|
|
(complex_num_lit)
|
|
] @rainbow.scope
|
|
|
|
(vec_lit "#" @rainbow.bracket)
|
|
["(" ")"] @rainbow.bracket
|