Skip to content

Commit 59593cf

Browse files
authored
fix(images): add svg to list of supported image types (#968)
1 parent 8c17ffe commit 59593cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

queries/org/images.scm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(link url: (expr) @image.src
22
(#gsub! @image.src "^file:" "")
3-
(#match? @image.src "(png|jpg|jpeg|gif|bmp|webp|tiff|heic|avif|mp4|mov|avi|mkv|webm|pdf)$")
3+
(#match? @image.src "(png|jpg|jpeg|gif|bmp|webp|tiff|heic|avif|mp4|mov|avi|mkv|webm|pdf|svg)$")
44
)
55

66
(block

0 commit comments

Comments
 (0)