add reveal mimetype

This commit is contained in:
Robin Appelman 2013-08-03 21:59:32 +02:00
parent 17fe748abc
commit 3534c3b373
1 changed files with 2 additions and 1 deletions

View File

@ -102,5 +102,6 @@ return array(
'md' => 'text/markdown',
'markdown' => 'text/markdown',
'mdown' => 'text/markdown',
'mdwn' => 'text/markdown'
'mdwn' => 'text/markdown',
'reveal' => 'text/reveal'
);