mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-11 16:00:02 -04:00
fix(highlights): use markup.raw.delimiter for fences
This commit is contained in:
parent
aeed349c04
commit
a8fa3047b5
3 changed files with 6 additions and 6 deletions
|
|
@ -16,10 +16,10 @@
|
|||
] @string.escape
|
||||
|
||||
; Conceal codeblock and text style markers
|
||||
((code_span_delimiter) @markup.raw
|
||||
((code_span_delimiter) @markup.raw.delimiter
|
||||
(#set! conceal ""))
|
||||
|
||||
((emphasis_delimiter) @markup.strong
|
||||
((emphasis_delimiter) @conceal
|
||||
(#set! conceal ""))
|
||||
|
||||
; Conceal inline links
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue