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