Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2 from yorkulibraries/more-extensions
Browse files Browse the repository at this point in the history
A couple more extensions.
  • Loading branch information
nigelgbanks authored Jul 6, 2021
2 parents 50121ea + 880ebd9 commit 2de9580
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/foxml/extensions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ lazy_static! {
m.insert("audio/x-wave", "wav");
m.insert("audio/xm", "xm");
m.insert("chemical/x-pdb", "pdb");
m.insert("chemical/x-cdx", "cdx");
m.insert("drawing/x-dwf (old)", "dwf");
m.insert("i-world/i-vrml", "ivr");
m.insert("image/bmp", "bmp");
Expand Down Expand Up @@ -338,6 +339,7 @@ lazy_static! {
m.insert("text/ecmascript", "js");
m.insert("text/html", "html");
m.insert("text/javascript", "js");
m.insert("text/jpg", "jpg");
m.insert("text/mcf", "mcf");
m.insert("text/pascal", "pas");
m.insert("text/plain", "txt");
Expand Down

0 comments on commit 2de9580

Please sign in to comment.