mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
9 lines
266 B
Scheme
9 lines
266 B
Scheme
;; MarkDown highlighting
|
|
(atx_heading) @Constant
|
|
(link_text) @String
|
|
(link_destination) @Type
|
|
(emphasis) @Special
|
|
(strong_emphasis) @SpecialComment
|
|
|
|
(fenced_code_block (info_string) @Type (code_fence_content) @Ignore) @Function
|
|
(code_span (text) @Ignore ) @Function
|