support .conf-iguration files
[phorkie.git] / data / config.default.php
index 5b56fc7e16d87de96bdd0c60102c4276c03cc30f..d603622f0cf4207279d177f4915fc2016ee65016 100644 (file)
@@ -56,6 +56,12 @@ $GLOBALS['phorkie']['tools'] = array(
  * Key is the file extension
  */
 $GLOBALS['phorkie']['languages'] = array(
+    'conf' => array(
+        'title' => 'Configuration',
+        'mime'  => 'text/ini',
+        'geshi' => 'ini',
+        'show'  => false
+    ),
     'css' => array(
         'title' => 'CSS',
         'mime'  => 'text/css',