Updated some mimetypes

* c++ and cpp now both map to code
remotes/origin/certificate-external-storage-visibility
Roeland Jago Douma 9 years ago
parent aeb20675dd
commit 57ceee13a9

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

Loading…
Cancel
Save