From 4bfe690e7eedfd33d1615441eae98e455ca6a915 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Tue, 24 May 2011 20:41:41 -0500 Subject: [PATCH] Sort mime types --- lib/linguist/content_types.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/linguist/content_types.yml b/lib/linguist/content_types.yml index 2a24546d..c2a0d9cb 100644 --- a/lib/linguist/content_types.yml +++ b/lib/linguist/content_types.yml @@ -1,10 +1,10 @@ # mime types -text/html: text/plain -application/sh: text/plain application/rdf+xml: text/plain -application/xml: text/plain -application/xhtml+xml: text/plain +application/sh: text/plain application/tex: text/plain +application/xhtml+xml: text/plain +application/xml: text/plain +text/html: text/plain # binary files a: application/octet-stream