mirror of
https://github.com/realAscot/helix.git
synced 2025-09-15 04:33:04 +02:00
14 lines
288 B
Scheme
14 lines
288 B
Scheme
|
(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
|