You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/runtime/queries/eex/injections.scm

10 lines
344 B
Scheme

; 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))