aboutsummaryrefslogtreecommitdiff
path: root/src/pandoc.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/pandoc.hs')
-rw-r--r--src/pandoc.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pandoc.hs b/src/pandoc.hs
index 27bc2c25c..cea51071e 100644
--- a/src/pandoc.hs
+++ b/src/pandoc.hs
@@ -600,6 +600,7 @@ defaultReaderName fallback (x:xs) =
".latex" -> "latex"
".ltx" -> "latex"
".rst" -> "rst"
+ ".moinmoin" -> "moinmoin"
".lhs" -> "markdown+lhs"
".textile" -> "textile"
".native" -> "native"