all: Add org-mode support

Fixes #1483 
See #936
This commit is contained in:
Chase Adams
2017-02-20 23:46:03 -08:00
committed by Bjørn Erik Pedersen
parent a3af4fe46e
commit 86e8dd62f0
10 changed files with 59 additions and 10 deletions

View File

@@ -80,6 +80,8 @@ func GuessType(in string) string {
return "rst"
case "html", "htm":
return "html"
case "org":
return "org"
}
return "unknown"