Skip to content

Commit

Permalink
Update tree-sitter queries to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
meain committed May 20, 2022
1 parent bfdef5a commit 0bf5bbb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions queries/elixir/textobjects.scm
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
) @class.outer

; Function, Parameter, and Call Objects
(anonymous_function
(stab_clause
right: (body) @function.inner)
) @function.outer

(call
target: ((identifier) @_identifier (#any-of? @_identifier
"def"
Expand Down

0 comments on commit 0bf5bbb

Please sign in to comment.