Skip to content
Snippets Groups Projects
Commit 57ceee13 authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

Updated some mimetypes

* c++ and cpp now both map to code
parent aeb20675
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,7 @@ OC.MimeTypeList={
"text/csv": "x-office/spreadsheet",
"text/html": "text/code",
"text/x-c": "text/code",
"text/x-c++src": "text/code",
"text/x-h": "text/code",
"text/x-java-source": "text/code",
"text/x-python": "text/code",
......
......@@ -74,6 +74,7 @@
"text/csv": "x-office/spreadsheet",
"text/html": "text/code",
"text/x-c": "text/code",
"text/x-c++src": "text/code",
"text/x-h": "text/code",
"text/x-java-source": "text/code",
"text/x-python": "text/code",
......
......@@ -36,7 +36,7 @@
"csv": ["text/csv"],
"cvbdl": ["application/x-cbr"],
"c": ["text/x-c"],
"c++": ["text/x-c"],
"c++": ["text/x-c++src"],
"dcr": ["image/x-dcraw"],
"deb": ["application/x-deb"],
"dng": ["image/x-dcraw"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment