mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
fix Markdown list highlighting (#2401)
This commit is contained in:
parent
495ba40eaf
commit
b38c268097
@ -35,9 +35,12 @@
|
||||
(list_marker_plus)
|
||||
(list_marker_minus)
|
||||
(list_marker_star)
|
||||
] @markup.list.numbered
|
||||
|
||||
[
|
||||
(list_marker_dot)
|
||||
(list_marker_parenthesis)
|
||||
] @punctuation.special
|
||||
] @markup.list.unnumbered
|
||||
|
||||
[
|
||||
(backslash_escape)
|
||||
|
Loading…
Reference in New Issue
Block a user