support .conf-iguration files
authorChristian Weiske <cweiske@cweiske.de>
Mon, 2 Feb 2015 20:31:46 +0000 (21:31 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Mon, 2 Feb 2015 20:32:34 +0000 (21:32 +0100)
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',