From 3534c3b3735242afa5c991417027a8c8e41e6465 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Sat, 3 Aug 2013 21:59:32 +0200 Subject: [PATCH] add reveal mimetype --- lib/mimetypes.list.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/mimetypes.list.php b/lib/mimetypes.list.php index 2aac3bbfd27..8ab8ac81bd8 100644 --- a/lib/mimetypes.list.php +++ b/lib/mimetypes.list.php @@ -102,5 +102,6 @@ return array( 'md' => 'text/markdown', 'markdown' => 'text/markdown', 'mdown' => 'text/markdown', - 'mdwn' => 'text/markdown' + 'mdwn' => 'text/markdown', + 'reveal' => 'text/reveal' ); -- 2.39.5