From a57d2a599b57a619f58a5c91c89d9bf12f8977b2 Mon Sep 17 00:00:00 2001 From: Jaehwang Jung Date: Sat, 8 Apr 2023 14:11:24 +0900 Subject: [PATCH] feat(markdown_inline): add @nospell where appropriate --- queries/markdown_inline/highlights.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/queries/markdown_inline/highlights.scm b/queries/markdown_inline/highlights.scm index 9130ba06b..8369abffe 100644 --- a/queries/markdown_inline/highlights.scm +++ b/queries/markdown_inline/highlights.scm @@ -2,7 +2,7 @@ [ (code_span) (link_title) -] @text.literal +] @text.literal @nospell [ (emphasis_delimiter) @@ -18,7 +18,7 @@ [ (link_destination) (uri_autolink) -] @text.uri +] @text.uri @nospell [ (link_label)