highlights(markdown): add conceal to fenced code blocks

This commit is contained in:
Stephan Seitz 2022-03-21 13:03:54 +01:00 committed by Christian Clason
parent 04367f46e6
commit ade64b4459

View file

@ -72,3 +72,10 @@
(shortcut_link "[" @punctuation.delimiter)
(shortcut_link "]" @punctuation.delimiter)
([
(info_string)
(fenced_code_block_delimiter)
(code_span_delimiter)
] @_conceal
(#set! conceal ""))