diff options
Diffstat (limited to 'compiler/src/ItemProcessors.hs')
-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 |