From a0f18ee98c53b9b20a7bda1696f1382cd79216e6 Mon Sep 17 00:00:00 2001 From: Riley Bruins Date: Mon, 4 Mar 2024 23:52:39 -0800 Subject: [PATCH] feat(markdown): highlight link label delimiter --- queries/markdown/highlights.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/queries/markdown/highlights.scm b/queries/markdown/highlights.scm index 5d77e7217..ac582e3f9 100644 --- a/queries/markdown/highlights.scm +++ b/queries/markdown/highlights.scm @@ -69,6 +69,10 @@ (link_label) ] @markup.link.label +((link_label) + . + ":" @punctuation.delimiter) + [ (list_marker_plus) (list_marker_minus)