1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:30:03 +08:00
SpaceVim/bundle/nvim-treesitter/queries/markdown/injections.scm
2022-04-14 12:01:23 +08:00

10 lines
202 B
Scheme
Vendored

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