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.
21 lines
394 B
Scheme
21 lines
394 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
|
|
|
|
(comment) @comment.inside
|
|
|
|
(comment)+ @comment.around
|