Skip to content

Commit

Permalink
fix Markdown list highlighting (#2401)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrHorn authored May 7, 2022
1 parent 495ba40 commit b38c268
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion runtime/queries/markdown/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b38c268

Please sign in to comment.