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