commit ae917dbd06cb0c6908163968ce6fb11802614111 parent c65153893a8cfb535121a1dda36b8e86f9f611ad Author: Christian Clason <c.clason@uni-graz.at> Date: Thu, 12 Sep 2024 13:21:38 +0200 fix(treesitter): sync queries from upstream Diffstat:
| M | runtime/queries/markdown_inline/highlights.scm | | | 5 | +++++ |
| M | runtime/queries/query/highlights.scm | | | 5 | ++++- |
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/runtime/queries/markdown_inline/highlights.scm b/runtime/queries/markdown_inline/highlights.scm @@ -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 [ diff --git a/runtime/queries/query/highlights.scm b/runtime/queries/query/highlights.scm @@ -33,7 +33,10 @@ ")" ] @punctuation.bracket -":" @punctuation.delimiter +[ + ":" + "/" +] @punctuation.delimiter [ "@"