Unnamed repository; edit this file 'description' to name the repository.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
(function_definition
  body: (_) @function.inside) @function.around

(alias_declaration
  body: (_) @function.inside) @function.around

(enum_struct_method
  body: (_) @function.inside) @function.around

(methodmap_method
  body: (_) @function.inside) @function.around

(methodmap_method_constructor
  body: (_) @function.inside) @function.around

(methodmap_method_destructor
  body: (_) @function.inside) @function.around

(methodmap_property_method
  body: (_) @function.inside) @function.around

(enum_struct) @class.around

(methodmap) @class.around

(parameter_declarations 
  ((parameter_declaration) @parameter.inside . ","? @parameter.around) @parameter.around)

(comment) @comment.around