feat(markdown): completely conceal codeblock fences on nightly

Required to make https://github.com/neovim/neovim/pull/31324 work with
nvim-treesitter.
This commit is contained in:
Christian Clason 2025-02-25 13:51:59 +01:00 committed by Christian Clason
parent f0ff9f0e5d
commit 93ce9feb4f

View file

@ -49,12 +49,14 @@
(fenced_code_block
(fenced_code_block_delimiter) @markup.raw.block
(#set! conceal ""))
(#set! conceal "")
(#set! conceal_lines ""))
(fenced_code_block
(info_string
(language) @label
(#set! conceal "")))
(#set! conceal "")
(#set! conceal_lines "")))
(link_destination) @markup.link.url