forked from Mirrors/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
339 B
Scheme
17 lines
339 B
Scheme
3 years ago
|
(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
|