aboutsummaryrefslogtreecommitdiff
path: root/src/pandoc.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-01-23 00:05:10 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2011-01-23 00:05:10 -0800
commit9f99c39cafabf1438c195c61e2bea785b529f0c0 (patch)
tree1b281b536f7557b41bb6bf75afa9ab8445d699c6 /src/pandoc.hs
parentd562efa39d275ecd7b26d9952cec01bc5eca10d7 (diff)
downloadpandoc-9f99c39cafabf1438c195c61e2bea785b529f0c0.tar.gz
Default to textile writer on .textile extension.
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 58a3330d3..e2d85111e 100644
--- a/src/pandoc.hs
+++ b/src/pandoc.hs
@@ -601,6 +601,7 @@ defaultWriterName x =
".text" -> "markdown"
".md" -> "markdown"
".markdown" -> "markdown"
+ ".textile" -> "textile"
".lhs" -> "markdown+lhs"
".texi" -> "texinfo"
".texinfo" -> "texinfo"