markdown: highlight punctuation

This commit is contained in:
Michael Davis 2022-06-28 20:09:12 -05:00 committed by Blaž Hrastnik
parent bd527c84e6
commit ca82cd86e6

View file

@ -47,3 +47,7 @@
(hard_line_break)
] @constant.character.escape
(thematic_break) @punctuation.delimiter
(inline_link ["[" "]" "(" ")"] @punctuation.bracket)
(image ["[" "]" "(" ")"] @punctuation.bracket)