aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/markdown/injections.scm
blob: 10dcab0b9cb6f9d5c46fcbfcbaee94cba4eee4f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
(fenced_code_block
  (info_string) @injection.language
  (code_fence_content) @injection.content
  (#set! injection.include-children))

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