diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2015-09-22 17:56:48 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2015-10-02 15:28:23 +0200 |
commit | 57ceee13a964ac949717891e13af1990779ad841 (patch) | |
tree | ec8428c1713e90c9686234b0f6b5c7ae410f24f6 /core | |
parent | aeb20675dd9679331b0de8f7ebf72ed0b0815742 (diff) | |
download | nextcloud-server-57ceee13a964ac949717891e13af1990779ad841.tar.gz nextcloud-server-57ceee13a964ac949717891e13af1990779ad841.zip |
Updated some mimetypes
* c++ and cpp now both map to code
Diffstat (limited to 'core')
-rw-r--r-- | core/js/mimetypelist.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/js/mimetypelist.js b/core/js/mimetypelist.js index 760d7baab72..43f01273f55 100644 --- a/core/js/mimetypelist.js +++ b/core/js/mimetypelist.js @@ -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", |