2022-06-04 10:32:13 +02:00
|
|
|
; Functions {{{
|
|
|
|
(function_declaration
|
|
|
|
body: (_) @function.inner) @function.outer
|
|
|
|
(primitive_declaration) @function.outer
|
|
|
|
; }}}
|
|
|
|
|
2022-06-04 10:27:56 +02:00
|
|
|
; Misc {{{
|
|
|
|
(comment) @comment.outer
|
|
|
|
; }}}
|
|
|
|
|
|
|
|
; vim: sw=2 foldmethod=marker
|