aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/markdown_inline
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/queries/markdown_inline')
-rw-r--r--runtime/queries/markdown_inline/highlights.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/queries/markdown_inline/highlights.scm b/runtime/queries/markdown_inline/highlights.scm
index 5f3519777f..e38ef3d7b0 100644
--- a/runtime/queries/markdown_inline/highlights.scm
+++ b/runtime/queries/markdown_inline/highlights.scm
@@ -16,10 +16,10 @@
] @string.escape
; Conceal codeblock and text style markers
-((code_span_delimiter) @markup.raw.delimiter
- (#set! conceal ""))
-
-((emphasis_delimiter) @conceal
+([
+ (code_span_delimiter)
+ (emphasis_delimiter)
+] @conceal
(#set! conceal ""))
; Conceal inline links