mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 20:00:07 -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)
|
(emphasis_delimiter)
|
||||||
] @_conceal
|
] @_conceal
|
||||||
(#set! conceal ""))
|
(#set! conceal ""))
|
||||||
|
|
||||||
|
(inline_link
|
||||||
|
["]"] @conceal
|
||||||
|
(#set! conceal " "))
|
||||||
|
|
||||||
|
(inline_link
|
||||||
|
"[" @conceal
|
||||||
|
(#set! conceal ""))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue