1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 09:40:06 +08:00
SpaceVim/bundle/nvim-treesitter/queries/markdown/injections.scm

10 lines
202 B
Scheme
Raw Normal View History

(fenced_code_block
(info_string
(language) @language)
(code_fence_content) @content)
((html_block) @html)
((html_tag) @html)
(document . (thematic_break) (_) @yaml @combined (thematic_break))