aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/App/FormatHeuristics.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-02-04 23:47:19 -0800
committerJohn MacFarlane <[email protected]>2022-02-04 23:47:19 -0800
commit1402051da5814196737e38b42b9582710441c5ad (patch)
tree20c44bbe799dece498147463fb341b5d4155ca54 /src/Text/Pandoc/App/FormatHeuristics.hs
parent7cfce2142635fb990480f896ae117a287640c72b (diff)
Add framework for RIS reader.ris
Diffstat (limited to 'src/Text/Pandoc/App/FormatHeuristics.hs')
-rw-r--r--src/Text/Pandoc/App/FormatHeuristics.hs1
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"