From 93ce9feb4fabbb37b3e7f47d80f27be778f4d956 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Tue, 25 Feb 2025 13:51:59 +0100 Subject: feat(markdown): completely conceal codeblock fences on nightly Required to make https://github.com/neovim/neovim/pull/31324 work with nvim-treesitter. --- queries/markdown/highlights.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/queries/markdown/highlights.scm b/queries/markdown/highlights.scm index a12669ca2..2a6ad1968 100644 --- a/queries/markdown/highlights.scm +++ b/queries/markdown/highlights.scm @@ -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 -- cgit v1.2.3-70-g09d2