mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
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>
19 lines
244 B
Scheme
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
|