mirror of https://github.com/helix-editor/helix
fix Markdown list highlighting (#2401)
parent
495ba40eaf
commit
b38c268097
|
@ -35,9 +35,12 @@
|
||||||
(list_marker_plus)
|
(list_marker_plus)
|
||||||
(list_marker_minus)
|
(list_marker_minus)
|
||||||
(list_marker_star)
|
(list_marker_star)
|
||||||
|
] @markup.list.numbered
|
||||||
|
|
||||||
|
[
|
||||||
(list_marker_dot)
|
(list_marker_dot)
|
||||||
(list_marker_parenthesis)
|
(list_marker_parenthesis)
|
||||||
] @punctuation.special
|
] @markup.list.unnumbered
|
||||||
|
|
||||||
[
|
[
|
||||||
(backslash_escape)
|
(backslash_escape)
|
||||||
|
|
Loading…
Reference in New Issue