blob: 4686bf4d5a980e1858d4d791eb94e12c35bb337c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
; https://github.com/connorlay/tree-sitter-eex/blob/f742f2fe327463335e8671a87c0b9b396905d1d1/queries/injections.scm
((directive (expression) @injection.content)
(#set! injection.language "elixir"))
((partial_expression) @injection.content
(#set! injection.language "elixir")
(#set! injection.include-children)
(#set! injection.combined))
|