add some mime types for source code files

Sat, 05 Jan 2019 18:09:56 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 05 Jan 2019 18:09:56 +0100
changeset 200
4796fa483825
parent 199
d62f2016cfe5
child 201
196a3caebdc7

add some mime types for source code files

templates/config/mime.types file | annotate | diff | comparison | revisions
--- a/templates/config/mime.types	Sun Aug 12 10:09:31 2018 +0200
+++ b/templates/config/mime.types	Sat Jan 05 18:09:56 2019 +0100
@@ -14,3 +14,7 @@
 type=application/x-javascript                    exts=js
 type=application/x-javascript;charset=UTF-8      exts=jsu
 type=application/x-tex                           exts=tex
+type=text/x-c	                                 exts=c,C,cc,cpp
+type=text/x-h	                                 exts=h,hh,hpp,H
+type=text/x-java-source	                         exts=java
+

mercurial