mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(markdown): highlight link label delimiter
This commit is contained in:
parent
51d7c36e5f
commit
a0f18ee98c
1 changed files with 4 additions and 0 deletions
|
|
@ -69,6 +69,10 @@
|
|||
(link_label)
|
||||
] @markup.link.label
|
||||
|
||||
((link_label)
|
||||
.
|
||||
":" @punctuation.delimiter)
|
||||
|
||||
[
|
||||
(list_marker_plus)
|
||||
(list_marker_minus)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue