fix(treesitter): sync queries from upstream

This commit is contained in:
Christian Clason 2024-09-12 13:21:38 +02:00
parent c65153893a
commit ae917dbd06
2 changed files with 9 additions and 1 deletions

View File

@ -45,6 +45,11 @@
(link_destination) @_url
(#set! @_label url @_url))
(image
(image_description) @_label
(link_destination) @_url
(#set! @_label url @_url))
; Conceal image links
(image
[

View File

@ -33,7 +33,10 @@
")"
] @punctuation.bracket
":" @punctuation.delimiter
[
":"
"/"
] @punctuation.delimiter
[
"@"