Skyler Grey | 5a22b1f | 2023-01-26 00:33:27 +0000 | [diff] [blame] | 1 | ;; extends |
| 2 | |
| 3 | [ |
| 4 | (atx_h1_marker) |
| 5 | (atx_h2_marker) |
| 6 | (atx_h3_marker) |
| 7 | (atx_h4_marker) |
| 8 | (atx_h5_marker) |
| 9 | (atx_h6_marker) |
| 10 | (setext_h1_underline) |
| 11 | (setext_h2_underline) |
| 12 | ] @punctuation.special.header |
| 13 | |
| 14 | [ |
| 15 | (list_marker_plus) |
| 16 | (list_marker_minus) |
| 17 | (list_marker_star) |
| 18 | (list_marker_dot) |
| 19 | (list_marker_parenthesis) |
| 20 | ] @punctuation.special.list |
| 21 | |
| 22 | (thematic_break) @punctuation.special.thematic_break |
| 23 | |
| 24 | [ |
| 25 | (block_continuation) |
| 26 | (block_quote_marker) |
| 27 | ] @punctuation.special.block_quote |