mirror of
https://github.com/helix-editor/helix
synced 2026-01-24 17:10:36 +01:00
10 lines
89 B
Scheme
10 lines
89 B
Scheme
(pair
|
|
key: (_) @keyword)
|
|
|
|
(string) @string
|
|
|
|
(object
|
|
"{" @escape
|
|
(_)
|
|
"}" @escape)
|