aboutsummaryrefslogtreecommitdiff
path: root/data/config.default.php
diff options
context:
space:
mode:
Diffstat (limited to 'data/config.default.php')
-rw-r--r--data/config.default.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/config.default.php b/data/config.default.php
index 5b56fc7..d603622 100644
--- a/data/config.default.php
+++ b/data/config.default.php
@@ -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',