mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlights(markdown): add conceal to fenced code blocks
This commit is contained in:
parent
04367f46e6
commit
ade64b4459
1 changed files with 7 additions and 0 deletions
|
|
@ -72,3 +72,10 @@
|
|||
|
||||
(shortcut_link "[" @punctuation.delimiter)
|
||||
(shortcut_link "]" @punctuation.delimiter)
|
||||
|
||||
([
|
||||
(info_string)
|
||||
(fenced_code_block_delimiter)
|
||||
(code_span_delimiter)
|
||||
] @_conceal
|
||||
(#set! conceal ""))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue