nvim-treesitter/queries/markdown/injections.scm

10 lines
291 B
Scheme
Raw Normal View History

(fenced_code_block
(info_string
(language) @language)
(code_fence_content) @content (#exclude_children! @content))
2020-11-23 21:00:08 +01:00
((html_block) @html)
2021-12-29 10:38:13 +01:00
(document . (section . (thematic_break) (_) @yaml @combined (thematic_break)))
((inline) @markdown_inline (#exclude_children! @markdown_inline))