From ad95b369856969ccb05b3f92b24d7262b4de3d71 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sat, 22 Jul 2023 19:57:58 +0200 Subject: fix(treesitter): update markdown parser and queries (#24429) --- runtime/queries/markdown_inline/highlights.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime') diff --git a/runtime/queries/markdown_inline/highlights.scm b/runtime/queries/markdown_inline/highlights.scm index a70e34bb87..cd5da530d7 100644 --- a/runtime/queries/markdown_inline/highlights.scm +++ b/runtime/queries/markdown_inline/highlights.scm @@ -20,6 +20,8 @@ (uri_autolink) ] @text.uri @nospell +(shortcut_link (link_text) @nospell) + [ (link_label) (link_text) -- cgit