# HG changeset patch
# User Olaf Wintermann <olaf.wintermann@gmail.com>
# Date 1546708196 -3600
# Node ID 4796fa4838257a26dfd10530596fca10e3fb47b0
# Parent  d62f2016cfe5d6fa567378fb288decc228bcaa6e
add some mime types for source code files

diff -r d62f2016cfe5 -r 4796fa483825 templates/config/mime.types
--- 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
+