nvim-treesitter/queries/markdown/highlights.scm
2021-02-25 13:42:25 +01:00

21 lines
269 B
Scheme

(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
(html_comment) @comment