highlights.scm

 1[
 2  (paragraph)
 3  (indented_code_block)
 4  (pipe_table)
 5] @text
 6
 7[
 8  (atx_heading)
 9  (setext_heading)
10  (thematic_break)
11] @title.markup
12
13(setext_heading
14  (paragraph) @title.markup)
15
16[
17  (list_marker_plus)
18  (list_marker_minus)
19  (list_marker_star)
20  (list_marker_dot)
21  (list_marker_parenthesis)
22] @punctuation.list_marker.markup
23
24(block_quote_marker) @punctuation.markup
25
26(pipe_table_header
27  "|" @punctuation.markup)
28
29(pipe_table_row
30  "|" @punctuation.markup)
31
32(pipe_table_delimiter_row
33  "|" @punctuation.markup)
34
35(pipe_table_delimiter_cell
36  "-" @punctuation.markup)
37
38[
39  (fenced_code_block_delimiter)
40  (info_string)
41] @punctuation.embedded.markup
42
43(link_reference_definition) @link_text.markup
44
45(link_destination) @link_uri.markup