aboutsummaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorpacien2020-10-25 07:22:01 +0100
committerpacien2020-10-25 07:22:01 +0100
commit0b22af1a9eeabb3b592f44e6d0a8c8851339df3c (patch)
treee86b03aefc73582fa83bef0bd85c4ee5b553cc62 /compiler
parent44d5de0b7fdc31a940ccf50dcf50a5430dd776ae (diff)
parent27f70f9886b7b77039ca47539900f4383d79c1b9 (diff)
downloadldgallery-0b22af1a9eeabb3b592f44e6d0a8c8851339df3c.tar.gz
Merge branch 'compiler-register-webp' into develop
Diffstat (limited to 'compiler')
-rw-r--r--compiler/src/ItemProcessors.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/src/ItemProcessors.hs b/compiler/src/ItemProcessors.hs
index f967954..476b7d7 100644
--- a/compiler/src/ItemProcessors.hs
+++ b/compiler/src/ItemProcessors.hs
@@ -54,6 +54,7 @@ formatFromPath =
54 ".tiff" -> PictureFormat 54 ".tiff" -> PictureFormat
55 ".hdr" -> PictureFormat 55 ".hdr" -> PictureFormat
56 ".gif" -> PictureFormat 56 ".gif" -> PictureFormat
57 ".webp" -> PictureFormat
57 ".txt" -> PlainTextFormat 58 ".txt" -> PlainTextFormat
58 ".md" -> PlainTextFormat -- TODO: handle markdown separately 59 ".md" -> PlainTextFormat -- TODO: handle markdown separately
59 ".pdf" -> PortableDocumentFormat 60 ".pdf" -> PortableDocumentFormat