blob: 465cccef82242d137b263b72c26540b200a3ca8c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
(fenced_code_block
(info_string
(language) @language)
(#not-match? @language "elm")
(code_fence_content) @content (#exclude_children! @content))
((html_block) @html)
((minus_metadata) @yaml (#offset! @yaml 1 0 -1 0))
((plus_metadata) @toml (#offset! @toml 1 0 -1 0))
((inline) @markdown_inline (#exclude_children! @markdown_inline))
|