From 5b69f82e15fa6305b5aae5dd37bd8f33e85991f4 Mon Sep 17 00:00:00 2001 From: numToStr Date: Fri, 7 Jan 2022 13:15:48 +0530 Subject: [PATCH] highlights(markdown): `link_title` as string literal --- queries/markdown/highlights.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/queries/markdown/highlights.scm b/queries/markdown/highlights.scm index 8e874fa6e..ecfacc0fc 100644 --- a/queries/markdown/highlights.scm +++ b/queries/markdown/highlights.scm @@ -14,7 +14,10 @@ ] @punctuation.special -(code_span) @text.literal +[ + (code_span) + (link_title) +] @text.literal [ (indented_code_block)