mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 17:30:08 -04:00
Add highlight for markdown delimiters
This commit is contained in:
parent
b5cdb868c7
commit
9fff379c17
2 changed files with 7 additions and 3 deletions
|
|
@ -16,12 +16,16 @@
|
|||
[
|
||||
(code_span)
|
||||
(link_title)
|
||||
(indented_code_block)
|
||||
(fenced_code_block)
|
||||
] @text.literal
|
||||
|
||||
[
|
||||
(indented_code_block)
|
||||
(fenced_code_block)
|
||||
(emphasis_delimiter)
|
||||
(code_span_delimiter)
|
||||
(fenced_code_block_delimiter)
|
||||
] @punctuation.delimiter
|
||||
|
||||
(code_fence_content) @none
|
||||
|
||||
(emphasis) @text.emphasis
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue