mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 02:10:15 -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
|
|
@ -54,7 +54,7 @@
|
|||
(#set! "priority" 90))
|
||||
|
||||
(fenced_code_block
|
||||
(fenced_code_block_delimiter) @conceal
|
||||
(fenced_code_block_delimiter) @markup.raw.delimiter
|
||||
(#set! conceal ""))
|
||||
|
||||
(fenced_code_block
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue