diff options
author | pacien | 2020-10-25 07:22:01 +0100 |
---|---|---|
committer | pacien | 2020-10-25 07:22:01 +0100 |
commit | 0b22af1a9eeabb3b592f44e6d0a8c8851339df3c (patch) | |
tree | e86b03aefc73582fa83bef0bd85c4ee5b553cc62 | |
parent | 44d5de0b7fdc31a940ccf50dcf50a5430dd776ae (diff) | |
parent | 27f70f9886b7b77039ca47539900f4383d79c1b9 (diff) | |
download | ldgallery-0b22af1a9eeabb3b592f44e6d0a8c8851339df3c.tar.gz |
Merge branch 'compiler-register-webp' into develop
-rw-r--r-- | compiler/src/ItemProcessors.hs | 1 |
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 |