fix Markdown list highlighting (#2401)
This commit is contained in:
parent
495ba40eaf
commit
b38c268097
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue