highlights(markdown): image ( ) [ ] as delemiter

This commit is contained in:
numToStr 2022-01-07 13:12:21 +05:30 committed by Stephan Seitz
parent 69aeed8495
commit b84a09292e

View file

@ -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)