mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-26 19:33:30 +04:00
10 lines
189 B
Scheme
10 lines
189 B
Scheme
|
; Classes (modules)
|
||
|
;------------------
|
||
|
|
||
|
(module_declaration definition: ((_) @class.inside)) @class.around
|
||
|
|
||
|
; Functions
|
||
|
;----------
|
||
|
|
||
|
(function body: (_) @function.inside) @function.around
|