summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--queries/markdown/highlights.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/queries/markdown/highlights.scm b/queries/markdown/highlights.scm
index 8e874fa6..ecfacc0f 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)