Unnamed repository; edit this file 'description' to name the repository.
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))
|