Skip to content

Commit 6fd095f

Browse files
ChrHornfourlexboehm
authored andcommitted
fix Markdown list highlighting (helix-editor#2401)
1 parent daf7d36 commit 6fd095f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

runtime/queries/markdown/highlights.scm

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,12 @@
3535
(list_marker_plus)
3636
(list_marker_minus)
3737
(list_marker_star)
38+
] @markup.list.numbered
39+
40+
[
3841
(list_marker_dot)
3942
(list_marker_parenthesis)
40-
] @punctuation.special
43+
] @markup.list.unnumbered
4144

4245
[
4346
(backslash_escape)

0 commit comments

Comments
 (0)