From 7af21a69a8be8566aa0d29d774c0c08dce16af7d Mon Sep 17 00:00:00 2001 From: Thomas Leese Date: Sun, 12 Aug 2018 18:07:29 +0000 Subject: [PATCH] Add .xsd extension to XML mime (#10) An XML Schema file has the extension `.xsd` and its mime type is `text/xml`. --- types/text.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/types/text.yaml b/types/text.yaml index ba6a816..bdee225 100644 --- a/types/text.yaml +++ b/types/text.yaml @@ -959,6 +959,7 @@ extensions: - xml - dtd + - xsd xrefs: !ruby/object:MIME::Types::Container rfc: - rfc7303