Updated some mimetypes

* c++ and cpp now both map to code
This commit is contained in:
Roeland Jago Douma 2015-09-22 17:56:48 +02:00
parent aeb20675dd
commit 57ceee13a9
3 changed files with 3 additions and 1 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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"],