blob: fa1c4ff0d3c9a3a39214f1167fa89fe3efa6c663 (
plain) (
tree)
|
|
; Classes (modules)
;------------------
(module_declaration definition: ((_) @class.inside)) @class.around
; Functions
;----------
(function body: (_) @function.inside) @function.around
; Comments
;---------
(comment) @comment.inside
(comment)+ @comment.around
|