aboutsummaryrefslogtreecommitdiffstats
path: root/queries/markdown_inline
diff options
context:
space:
mode:
Diffstat (limited to 'queries/markdown_inline')
-rw-r--r--queries/markdown_inline/highlights.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/queries/markdown_inline/highlights.scm b/queries/markdown_inline/highlights.scm
index c36a378fd..9130ba06b 100644
--- a/queries/markdown_inline/highlights.scm
+++ b/queries/markdown_inline/highlights.scm
@@ -13,6 +13,8 @@
(strong_emphasis) @text.strong
+(strikethrough) @text.strike
+
[
(link_destination)
(uri_autolink)
@@ -36,6 +38,7 @@
(inline_link ["[" "]" "(" ")"] @punctuation.delimiter)
(shortcut_link ["[" "]"] @punctuation.delimiter)
+; Conceal codeblock and text style markers
([
(code_span_delimiter)
(emphasis_delimiter)