mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 01:46:18 +04:00
17 lines
339 B
Scheme
17 lines
339 B
Scheme
|
(define
|
||
|
body: (_) @function.inside) @function.around
|
||
|
|
||
|
(struct_type
|
||
|
(struct_body) @class.inside) @class.around
|
||
|
|
||
|
(packed_struct_type
|
||
|
(struct_body) @class.inside) @class.around
|
||
|
|
||
|
(array_type
|
||
|
(array_vector_body) @class.inside) @class.around
|
||
|
|
||
|
(vector_type
|
||
|
(array_vector_body) @class.inside) @class.around
|
||
|
|
||
|
(argument) @parameter.inside
|