aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/markdown/injections.scm
blob: ff3c5fe6941f3dc231359872c1986bb9ce58a658 (plain) (blame)
1
2
3
4
5
6
7
8
(fenced_code_block
  (info_string) @injection.language
  (code_fence_content) @injection.content)

((html_block) @injection.content
 (#set! injection.language "html"))
((html_tag) @injection.content
 (#set! injection.language "html"))