mirror of
https://github.com/helix-editor/helix.git
synced 2024-12-19 06:21:53 +04:00
24 lines
410 B
Scheme
24 lines
410 B
Scheme
|
(comment) @comment.inside
|
||
|
|
||
|
(comment)+ @comment.around
|
||
|
|
||
|
(_
|
||
|
brackets_open: _
|
||
|
name: _?
|
||
|
brackets_close: _
|
||
|
_* @class.inside) @class.around
|
||
|
|
||
|
(setting
|
||
|
value: _? @function.inside) @function.around
|
||
|
|
||
|
(graph_setting
|
||
|
value: _? @function.inside) @function.around
|
||
|
|
||
|
(graph_string_content
|
||
|
(graph_task) @entry.inside)
|
||
|
|
||
|
(task_parameter
|
||
|
((_) @parameter.inside
|
||
|
.
|
||
|
","? @parameter.around) @parameter.around)
|