Input files with .db extension treated as docbook by default.

This commit is contained in:
John MacFarlane 2012-04-14 21:56:16 -07:00
parent f78801aa20
commit c77e0c5d77

View file

@ -689,6 +689,7 @@ defaultReaderName fallback (x:xs) =
".ltx" -> "latex"
".rst" -> "rst"
".lhs" -> "markdown+lhs"
".db" -> "docbook"
".textile" -> "textile"
".native" -> "native"
".json" -> "json"