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

@@ -36,6 +36,7 @@ func TestGuessType(t *testing.T) {
{"mmark", "mmark"},
{"html", "html"},
{"htm", "html"},
{"org", "org"},
{"excel", "unknown"},
} {
result := GuessType(this.in)