mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 18:00:07 -04:00
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:
parent
f0ff9f0e5d
commit
93ce9feb4f
1 changed files with 4 additions and 2 deletions
|
|
@ -49,12 +49,14 @@
|
||||||
|
|
||||||
(fenced_code_block
|
(fenced_code_block
|
||||||
(fenced_code_block_delimiter) @markup.raw.block
|
(fenced_code_block_delimiter) @markup.raw.block
|
||||||
(#set! conceal ""))
|
(#set! conceal "")
|
||||||
|
(#set! conceal_lines ""))
|
||||||
|
|
||||||
(fenced_code_block
|
(fenced_code_block
|
||||||
(info_string
|
(info_string
|
||||||
(language) @label
|
(language) @label
|
||||||
(#set! conceal "")))
|
(#set! conceal "")
|
||||||
|
(#set! conceal_lines "")))
|
||||||
|
|
||||||
(link_destination) @markup.link.url
|
(link_destination) @markup.link.url
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue