aboutsummaryrefslogtreecommitdiffstats
path: root/queries/markdown_inline/injections.scm
blob: d665574ff31ce446503317b3cf263ee09d797c21 (plain) (blame)
1
2
3
4
5
6
7
((html_tag) @injection.content
 (#set! injection.language "html")
 (#set! injection.combined))

((latex_block) @injection.content
 (#set! injection.language "latex")
 (#set! injection.include-children))