X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/a15f4327ced5f017adc52af2c44620dca14b7f28..2b6643574b2a0e527aea359a240018577d861275:/data/config.default.php diff --git a/data/config.default.php b/data/config.default.php index 783412e..8fb27a9 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -9,6 +9,7 @@ $GLOBALS['phorkie']['cfg'] = array( 'topbar' => '', 'setupcheck' => true, 'elasticsearch' => null, + 'geshi' => 'MediaWiki/geshi/geshi/geshi.php' ); $GLOBALS['phorkie']['tools'] = array( '\\phorkie\\Tool_Xmllint' => true, @@ -55,6 +56,11 @@ $GLOBALS['phorkie']['languages'] = array( 'mime' => 'application/javascript', 'geshi' => 'javascript' ), + 'pl' => array( + 'title' => 'Perl', + 'mime' => 'application/x-perl', + 'geshi' => 'pl' + ), 'php' => array( 'title' => 'PHP', 'mime' => 'text/x-php', @@ -91,20 +97,20 @@ $GLOBALS['phorkie']['languages'] = array( 'mime' => 'image/svg+xml', 'show' => false ), - 'ts' => array( - 'title' => 'TypoScript', - 'mime' => 'text/x-typoscript',/* TODO: correct type */ - 'geshi' => 'typoscript' - ), 'txt' => array( 'title' => 'Text (plain)', 'mime' => 'text/plain', 'geshi' => 'txt' ), + 'ts' => array( + 'title' => 'TypoScript', + 'mime' => 'text/x-typoscript',/* TODO: correct type */ + 'geshi' => 'typoscript' + ), 'xml' => array( 'title' => 'XML', 'mime' => 'text/xml', 'geshi' => 'xml' ), ); -?> \ No newline at end of file +?>