aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/markdown.inline/injections.scm
blob: 62b82678d0242e779857c689c57f692c3cfdc21e (plain) (blame)
1
2
3
4
5
6
7
((html_tag) @injection.content 
  (#set! injection.language "html") 
  (#set! injection.include-unnamed-children)
  (#set! injection.combined))

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