nvim-treesitter/queries/markdown/highlights.scm

36 lines
513 B
Scheme
Raw Normal View History

;; From MDeiml/tree-sitter-markdown
[
(atx_heading)
(setext_heading)
] @text.title
(code_fence_content) @none
[
(indented_code_block)
(fenced_code_block)
(code_span)
] @text.literal
(emphasis) @text.emphasis
(strong_emphasis) @text.strong
(link_destination) @text.uri
2021-02-25 12:23:12 +00:00
(link_label) @text.reference
[
(list_marker_plus)
(list_marker_minus)
(list_marker_star)
(list_marker_dot)
(list_marker_parenthesis)
] @punctuation.special
[
(backslash_escape)
(hard_line_break)
] @string.escape