mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
highlights(markdown): conceal emphasis_delimiter
This commit is contained in:
parent
ade64b4459
commit
2bedaeb732
1 changed files with 6 additions and 5 deletions
|
|
@ -74,8 +74,9 @@
|
|||
(shortcut_link "]" @punctuation.delimiter)
|
||||
|
||||
([
|
||||
(info_string)
|
||||
(fenced_code_block_delimiter)
|
||||
(code_span_delimiter)
|
||||
] @_conceal
|
||||
(#set! conceal ""))
|
||||
(info_string)
|
||||
(fenced_code_block_delimiter)
|
||||
(code_span_delimiter)
|
||||
(emphasis_delimiter)
|
||||
] @_conceal
|
||||
(#set! conceal ""))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue