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