fix(highlights): use markup.raw.delimiter for fences

This commit is contained in:
Christian Clason 2024-01-19 19:37:44 +01:00
parent aeed349c04
commit a8fa3047b5
3 changed files with 6 additions and 6 deletions

View file

@ -16,10 +16,10 @@
] @string.escape
; Conceal codeblock and text style markers
((code_span_delimiter) @markup.raw
((code_span_delimiter) @markup.raw.delimiter
(#set! conceal ""))
((emphasis_delimiter) @markup.strong
((emphasis_delimiter) @conceal
(#set! conceal ""))
; Conceal inline links