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
(function_declaration) @function.around

(function_declaration
  body: (_) @function.inside)

(function_declaration
  (fndec_attrs
    (fndec_attr "@test"))) @test.around

(function_declaration
  (fndec_attrs
    (fndec_attr "@test"))
  body: (_) @test.inside)

(parameter) @parameter.around

(switch_case) @parameter.around

(comment) @comment.inside

(comment)+ @comment.around

(type_declaration) @class.around