Unnamed repository; edit this file 'description' to name the repository.
1
2
3
4
5
6
7
8
9
10

(declType (declClass (declSection) @class.inside)) @class.around

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

(declArgs (_) @parameter.inside) @parameter.around
(exprArgs (_) @parameter.inside) @parameter.around

(comment) @comment.inside
(comment)+ @comment.around