diff options
Diffstat (limited to 'src/Text/Pandoc/App/FormatHeuristics.hs')
| -rw-r--r-- | src/Text/Pandoc/App/FormatHeuristics.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/App/FormatHeuristics.hs b/src/Text/Pandoc/App/FormatHeuristics.hs index 2bcdde484..ebf8db4c5 100644 --- a/src/Text/Pandoc/App/FormatHeuristics.hs +++ b/src/Text/Pandoc/App/FormatHeuristics.hs @@ -69,6 +69,7 @@ formatFromFilePath x = ".org" -> Just "org" ".pdf" -> Just "pdf" -- so we get an "unknown reader" error ".pptx" -> Just "pptx" + ".ris" -> Just "ris" ".roff" -> Just "ms" ".rst" -> Just "rst" ".rtf" -> Just "rtf" |
