helix-mods/runtime/queries/erlang/textobjects.scm

9 lines
253 B
Scheme
Raw Normal View History

2022-06-02 01:40:05 +02:00
(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