mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 04:10:06 -04:00
highlights(markdown): image ! as delimeter
This commit is contained in:
parent
5b69f82e15
commit
2a49c05f66
1 changed files with 3 additions and 0 deletions
|
|
@ -49,13 +49,16 @@
|
||||||
] @string.escape
|
] @string.escape
|
||||||
|
|
||||||
|
|
||||||
|
(image "!" @punctuation.delimiter)
|
||||||
(image "[" @punctuation.delimiter)
|
(image "[" @punctuation.delimiter)
|
||||||
(image "]" @punctuation.delimiter)
|
(image "]" @punctuation.delimiter)
|
||||||
(image "(" @punctuation.delimiter)
|
(image "(" @punctuation.delimiter)
|
||||||
(image ")" @punctuation.delimiter)
|
(image ")" @punctuation.delimiter)
|
||||||
|
|
||||||
(inline_link "[" @punctuation.delimiter)
|
(inline_link "[" @punctuation.delimiter)
|
||||||
(inline_link "]" @punctuation.delimiter)
|
(inline_link "]" @punctuation.delimiter)
|
||||||
(inline_link "(" @punctuation.delimiter)
|
(inline_link "(" @punctuation.delimiter)
|
||||||
(inline_link ")" @punctuation.delimiter)
|
(inline_link ")" @punctuation.delimiter)
|
||||||
|
|
||||||
(shortcut_link "[" @punctuation.delimiter)
|
(shortcut_link "[" @punctuation.delimiter)
|
||||||
(shortcut_link "]" @punctuation.delimiter)
|
(shortcut_link "]" @punctuation.delimiter)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue