mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 01:46:18 +04:00
10 lines
89 B
Scheme
10 lines
89 B
Scheme
(pair
|
|
key: (_) @keyword)
|
|
|
|
(string) @string
|
|
|
|
(object
|
|
"{" @escape
|
|
(_)
|
|
"}" @escape)
|