nvim-treesitter/queries/markdown/highlights.scm
Thomas Vigouroux f7d92f663c feat(languagetree): implement language tree
Allow the LanguageTree to be used as an option for highlighting.

Co-authored-by: Santos Gallegos <stsewd@protonmail.com>
Co-authored-by: Yazdani Kiyan <yazdani.kiyan@protonmail.com>
2020-10-19 18:28:45 +02:00

19 lines
244 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