diff options
Diffstat (limited to 'runtime/queries/erlang/textobjects.scm')
-rw-r--r-- | runtime/queries/erlang/textobjects.scm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/queries/erlang/textobjects.scm b/runtime/queries/erlang/textobjects.scm new file mode 100644 index 00000000..c46b5c6f --- /dev/null +++ b/runtime/queries/erlang/textobjects.scm @@ -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 |