Updated some mimetypes
* c++ and cpp now both map to code
This commit is contained in:
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…
Reference in New Issue