aboutsummaryrefslogtreecommitdiff
path: root/mime.c
diff options
context:
space:
mode:
Diffstat (limited to 'mime.c')
-rw-r--r--mime.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mime.c b/mime.c
index 7fb444d..096046e 100644
--- a/mime.c
+++ b/mime.c
@@ -67,6 +67,8 @@ load_default_mime(struct mime *mime)
{"text/markdown", "markdown"},
{"text/markdown", "md"},
{"text/plain", "txt"},
+ {"text/x-patch", "diff"}
+ {"text/x-patch", "patch"},
{"text/xml", "xml"},
{NULL, NULL}
};