Skip to content

Commit

Permalink
Add missing ending_expression_value
Browse files Browse the repository at this point in the history
  • Loading branch information
dvic committed Aug 22, 2023
1 parent 9bf4ae4 commit 4a36c9a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion queries/injections.scm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
; <%= if true do %>
; <p>hello, tree-sitter!</p>
; <% end %>
((directive (partial_expression_value) @injection.content)
((directive
[
(partial_expression_value)
(ending_expression_value)
] @injection.content)
(#set! injection.language "elixir")
(#set! injection.include-children)
(#set! injection.combined))
Expand Down

0 comments on commit 4a36c9a

Please sign in to comment.