mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
highlights(markdown): conceal link markers
This commit is contained in:
parent
2bedaeb732
commit
f0398b7329
1 changed files with 8 additions and 0 deletions
|
|
@ -80,3 +80,11 @@
|
|||
(emphasis_delimiter)
|
||||
] @_conceal
|
||||
(#set! conceal ""))
|
||||
|
||||
(inline_link
|
||||
["]"] @conceal
|
||||
(#set! conceal " "))
|
||||
|
||||
(inline_link
|
||||
"[" @conceal
|
||||
(#set! conceal ""))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue