mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-26 03:13:29 +04:00
9 lines
228 B
Scheme
9 lines
228 B
Scheme
|
([(start_definition)(end_definition)] @keyword)
|
||
|
([(lparen) (rparen)] @punctuation.bracket)
|
||
|
((stack_effect_sep) @punctuation)
|
||
|
((number) @constant)
|
||
|
((word) @function)
|
||
|
((comment) @comment)
|
||
|
([(core)] @type)
|
||
|
([(operator)] @operator)
|