mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
feat(image): add support for svelte
(#1277)
## Description Added queries for Svelte as well, based on Vue. Note that I am not sure if the current HTML queries, which both Vue and this Svelt query inherits from, is working as intended. I do not get any sort of inline images. But I guess that will have to be debugged and fixed in another issue and the fix should not affect this patch (hopefully). ## Related Issue(s) Fixes #1275 --------- Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
This commit is contained in:
parent
479320cfa9
commit
54ab77c5d2
5 changed files with 19 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
- open images in a wide range of formats:
|
||||
`pdf`, `png`, `jpg`, `jpeg`, `gif`, `bmp`, `webp`, `tiff`, `heic`, `avif`, `mp4`, `mov`, `avi`, `mkv`, `webm`
|
||||
- Supports inline image rendering in:
|
||||
`markdown`, `html`, `norg`, `tsx`, `javascript`, `css`, `vue`, `scss`, `latex`, `typst`, `vue`
|
||||
`markdown`, `html`, `norg`, `tsx`, `javascript`, `css`, `vue`, `svelte`, `scss`, `latex`, `typst`
|
||||
- LaTex math expressions in `markdown` and `latex` documents
|
||||
|
||||
Terminal support:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue