nvim-treesitter/queries/markdown/highlights.scm

22 lines
269 B
Scheme
Raw Normal View History

(atx_heading) @text.title
[
(code_span)
(fenced_code_block)
]@text.literal
(code_fence_content) @none
[
(link_text)
(image_description)
] @text.strong
[
(emphasis)
(strong_emphasis)
] @text.emphasis
(link_destination) @text.uri
2021-02-25 12:23:12 +00:00
(html_comment) @comment