2022-02-21 15:45:48 +08:00
|
|
|
|
2022-08-06 23:56:48 +08:00
|
|
|
(setext_heading (paragraph) @markup.heading.1 (setext_h1_underline) @markup.heading.marker)
|
|
|
|
(setext_heading (paragraph) @markup.heading.2 (setext_h2_underline) @markup.heading.marker)
|
|
|
|
|
2025-01-06 06:35:09 +08:00
|
|
|
(atx_heading (atx_h1_marker) @markup.heading.marker) @markup.heading.1
|
|
|
|
(atx_heading (atx_h2_marker) @markup.heading.marker) @markup.heading.2
|
|
|
|
(atx_heading (atx_h3_marker) @markup.heading.marker) @markup.heading.3
|
|
|
|
(atx_heading (atx_h4_marker) @markup.heading.marker) @markup.heading.4
|
|
|
|
(atx_heading (atx_h5_marker) @markup.heading.marker) @markup.heading.5
|
|
|
|
(atx_heading (atx_h6_marker) @markup.heading.marker) @markup.heading.6
|
2021-12-14 23:45:38 +08:00
|
|
|
|
|
|
|
[
|
|
|
|
(indented_code_block)
|
2022-08-06 23:56:48 +08:00
|
|
|
(fenced_code_block)
|
2021-12-14 23:45:38 +08:00
|
|
|
] @markup.raw.block
|
|
|
|
|
2022-08-06 23:56:48 +08:00
|
|
|
(info_string) @label
|
2021-12-14 23:45:38 +08:00
|
|
|
|
2022-08-06 23:56:48 +08:00
|
|
|
[
|
|
|
|
(fenced_code_block_delimiter)
|
|
|
|
] @punctuation.bracket
|
2021-12-14 23:45:38 +08:00
|
|
|
|
2022-08-06 23:56:48 +08:00
|
|
|
[
|
|
|
|
(link_destination)
|
|
|
|
] @markup.link.url
|
2022-07-01 06:46:34 +08:00
|
|
|
|
2022-01-08 23:27:50 +08:00
|
|
|
[
|
2022-08-06 23:56:48 +08:00
|
|
|
(link_label)
|
|
|
|
] @markup.link.label
|
2022-01-08 23:27:50 +08:00
|
|
|
|
2021-12-14 23:45:38 +08:00
|
|
|
[
|
|
|
|
(list_marker_plus)
|
|
|
|
(list_marker_minus)
|
|
|
|
(list_marker_star)
|
2022-08-06 23:56:48 +08:00
|
|
|
] @markup.list.unnumbered
|
2022-05-07 10:26:34 +08:00
|
|
|
|
|
|
|
[
|
2021-12-14 23:45:38 +08:00
|
|
|
(list_marker_dot)
|
|
|
|
(list_marker_parenthesis)
|
2022-08-06 23:56:48 +08:00
|
|
|
] @markup.list.numbered
|
|
|
|
|
2023-03-26 00:41:31 +08:00
|
|
|
(task_list_marker_checked) @markup.list.checked
|
|
|
|
(task_list_marker_unchecked) @markup.list.unchecked
|
|
|
|
|
2023-02-26 02:40:02 +08:00
|
|
|
(thematic_break) @punctuation.special
|
2021-12-14 23:45:38 +08:00
|
|
|
|
|
|
|
[
|
2022-08-06 23:56:48 +08:00
|
|
|
(block_continuation)
|
|
|
|
(block_quote_marker)
|
|
|
|
] @punctuation.special
|
2021-12-14 23:45:38 +08:00
|
|
|
|
2022-08-06 23:56:48 +08:00
|
|
|
[
|
|
|
|
(backslash_escape)
|
|
|
|
] @string.escape
|
2022-06-29 09:09:12 +08:00
|
|
|
|
2022-08-06 23:56:48 +08:00
|
|
|
(block_quote) @markup.quote
|
2023-02-26 02:40:02 +08:00
|
|
|
|
|
|
|
(pipe_table_row
|
|
|
|
"|" @punctuation.special)
|
|
|
|
(pipe_table_header
|
|
|
|
"|" @punctuation.special)
|
|
|
|
(pipe_table_delimiter_row) @punctuation.special
|