2022-06-03 01:41:17 +02:00
|
|
|
((xhtml_tag) @injection.content
|
|
|
|
(#set! injection.combined)
|
|
|
|
(#set! injection.include-children)
|
|
|
|
(#set! injection.language "html"))
|
|
|
|
|
|
|
|
((block_quote
|
|
|
|
!language
|
|
|
|
(quote_content) @injection.content)
|
|
|
|
(#set! injection.language "erlang"))
|
|
|
|
|
|
|
|
(block_quote
|
|
|
|
language: (language_identifier) @injection.language
|
|
|
|
(quote_content) @injection.content)
|
|
|
|
|
|
|
|
((macro
|
|
|
|
(tag) @_tag
|
|
|
|
(argument) @injection.content)
|
|
|
|
(#eq? @_tag "@type")
|
2022-10-22 19:51:20 +02:00
|
|
|
(#set! injection.language "erlang")
|
|
|
|
(#set! injection.include-children))
|