diff options
| -rw-r--r-- | queries/markdown_inline/highlights.scm | 4 |
1 files 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) |
