From ca82cd86e62392f74d86d2abc647a6fc84d56539 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Tue, 28 Jun 2022 20:09:12 -0500 Subject: markdown: highlight punctuation --- runtime/queries/markdown/highlights.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'runtime/queries/markdown/highlights.scm') diff --git a/runtime/queries/markdown/highlights.scm b/runtime/queries/markdown/highlights.scm index 44b19741..aee568c8 100644 --- a/runtime/queries/markdown/highlights.scm +++ b/runtime/queries/markdown/highlights.scm @@ -47,3 +47,7 @@ (hard_line_break) ] @constant.character.escape +(thematic_break) @punctuation.delimiter + +(inline_link ["[" "]" "(" ")"] @punctuation.bracket) +(image ["[" "]" "(" ")"] @punctuation.bracket) -- cgit v1.2.3-70-g09d2