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.
14 lines
288 B
Scheme
14 lines
288 B
Scheme
3 years ago
|
(function_definition
|
||
|
body: (_) @function.inside) @function.around
|
||
|
|
||
|
(struct_specifier
|
||
|
body: (_) @class.inside) @class.around
|
||
|
|
||
|
(enum_specifier
|
||
|
body: (_) @class.inside) @class.around
|
||
|
|
||
|
(union_specifier
|
||
|
body: (_) @class.inside) @class.around
|
||
|
|
||
|
(parameter_declaration) @parameter.inside
|