mirror of https://github.com/helix-editor/helix
add textobject queries for erlang
parent
9f8df05d96
commit
7a9147489e
@ -0,0 +1,8 @@
|
||||
(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
|
Loading…
Reference in New Issue