2022-02-06 06:24:01 +01:00
|
|
|
; Classes (modules)
|
|
|
|
;------------------
|
|
|
|
|
|
|
|
(module_declaration definition: ((_) @class.inside)) @class.around
|
|
|
|
|
|
|
|
; Functions
|
|
|
|
;----------
|
|
|
|
|
|
|
|
(function body: (_) @function.inside) @function.around
|
2022-03-06 06:24:24 +01:00
|
|
|
|
|
|
|
; Comments
|
|
|
|
;---------
|
|
|
|
|
|
|
|
(comment) @comment.inside
|
|
|
|
|
|
|
|
(comment)+ @comment.around
|