summaryrefslogtreecommitdiff
path: root/pandoc.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-03-19 20:23:48 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-03-19 20:23:48 -0700
commit8aa617238042ce8605863e4526e8f5002647fd97 (patch)
tree60559c84302f2c93e160c458899fbcd80384babd /pandoc.hs
parentd596b0db8321cdb9c018ac8037d301291d0cc63c (diff)
parent74d53f4347623631c17be557d3682dd807214263 (diff)
Merge branch 'opml'
Diffstat (limited to 'pandoc.hs')
-rw-r--r--pandoc.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.hs b/pandoc.hs
index de132b0c8..8433460b3 100644
--- a/pandoc.hs
+++ b/pandoc.hs
@@ -758,6 +758,7 @@ defaultReaderName fallback (x:xs) =
".rst" -> "rst"
".lhs" -> "markdown+lhs"
".db" -> "docbook"
+ ".opml" -> "opml"
".wiki" -> "mediawiki"
".textile" -> "textile"
".native" -> "native"