snacks.nvim/queries
Matthias Putz 2daa1b28b2
fix(image): markdown inline link query for shortened urls (#1481)
## Description

<!-- Describe the big picture of your changes to communicate to the
maintainers
  why we should accept this pull request. -->
  
This fixes the `image.src` capture for markdown shortcut links, which
(imho) are links like `![[attachments/test.jpg]]`.

The current query captures also the `[...]`.

If we talk about a different type of links for this query, it would be
interesting to know which ones :).

## Related Issue(s)

<!--
  If this PR fixes any issues, please link to the issue here.
  - Fixes #<issue_number>
-->

## Screenshots

<!-- Add screenshots of the changes if applicable. -->
2025-10-20 14:56:50 +02:00
..
css feat(image): refactor of treesitter queries to support inline image data 2025-02-17 12:49:38 +01:00
html feat(image): images are now properly scaled based on device DPI and image DPI. Closing #1257 2025-02-18 16:31:37 +01:00
javascript feat(image): refactor of treesitter queries to support inline image data 2025-02-17 12:49:38 +01:00
latex fix(image.latex): don't nest image nodes 2025-03-01 07:54:48 +01:00
lua feat(compat): added svim, a compatibility layer for Neovim. Closes #1321 2025-02-20 06:59:44 +01:00
markdown fix(image.queries): add image type 2025-03-01 07:55:36 +01:00
markdown_inline fix(image): markdown inline link query for shortened urls (#1481) 2025-10-20 14:56:50 +02:00
norg fix(image.queries): add image type 2025-03-01 07:55:36 +01:00
scss feat(image): refactor of treesitter queries to support inline image data 2025-02-17 12:49:38 +01:00
svelte feat(image): add support for svelte (#1277) 2025-02-18 16:49:40 +01:00
tsx refactor(image): make tsx inherit from javascript 2025-02-16 15:10:45 +01:00
typst fix(image.queries): add image type 2025-03-01 07:55:36 +01:00
vue feat(image): added support for a bunch of aditional languages 2025-02-16 14:16:15 +01:00