mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-07 04:47:45 +03:00
8 lines
253 B
Scheme
8 lines
253 B
Scheme
(function_clause
|
|
pattern: (arguments (_)? @parameter.inside)
|
|
body: (_) @function.inside) @function.around
|
|
|
|
(anonymous_function
|
|
(stab_clause body: (_) @function.inside)) @function.around
|
|
|
|
(comment (comment_content) @comment.inside) @comment.around
|