Skip to content

Commit

Permalink
Merge pull request #695 from joewiz/fix-mime-types
Browse files Browse the repository at this point in the history
  • Loading branch information
duncdrum authored Jun 23, 2024
2 parents 11886fb + 5ceeef6 commit f3230fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,12 +288,12 @@ eXide.util.mimeTypes = (function () {
'xquery': ['application/xquery'],
'css': ['text/css'],
'html': ['text/html'],
'javascript': ['application/x-javascript'],
'javascript': ['application/javascript'],
'text': ['text/text'],
'less': ['application/less'],
'tmsnippet': ['application/tmsnippet'],
'json': ['application/json'],
'markdown': ['text/x-markdown']
'markdown': ['text/markdown']
};

return {
Expand Down

0 comments on commit f3230fd

Please sign in to comment.