mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
highlights(markdown): image ( ) [ ] as delemiter
This commit is contained in:
parent
69aeed8495
commit
b84a09292e
1 changed files with 5 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
[
|
||||
(indented_code_block)
|
||||
(fenced_code_block)
|
||||
(fenced_code_block)
|
||||
] @punctuation.delimiter
|
||||
(code_fence_content) @none
|
||||
|
||||
|
|
@ -46,6 +46,10 @@
|
|||
] @string.escape
|
||||
|
||||
|
||||
(image "[" @punctuation.delimiter)
|
||||
(image "]" @punctuation.delimiter)
|
||||
(image "(" @punctuation.delimiter)
|
||||
(image ")" @punctuation.delimiter)
|
||||
(inline_link "[" @punctuation.delimiter)
|
||||
(inline_link "]" @punctuation.delimiter)
|
||||
(inline_link "(" @punctuation.delimiter)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue