From 0b426f1961a3fb398b8e7fbfd7c948d7f70b682b Mon Sep 17 00:00:00 2001 From: Asger Gitz-Johansen Date: Mon, 21 Apr 2025 11:36:16 +0200 Subject: [PATCH] fix(images): add svg to list of supported image types --- queries/org/images.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queries/org/images.scm b/queries/org/images.scm index 0abd80322..c00501531 100644 --- a/queries/org/images.scm +++ b/queries/org/images.scm @@ -1,6 +1,6 @@ (link url: (expr) @image.src (#gsub! @image.src "^file:" "") - (#match? @image.src "(png|jpg|jpeg|gif|bmp|webp|tiff|heic|avif|mp4|mov|avi|mkv|webm|pdf)$") + (#match? @image.src "(png|jpg|jpeg|gif|bmp|webp|tiff|heic|avif|mp4|mov|avi|mkv|webm|pdf|svg)$") ) (block