From 53e6e11d2b3ffd73abdd166c3a3d983479fc3040 Mon Sep 17 00:00:00 2001 From: "Justin J. Novack" Date: Thu, 13 Sep 2012 22:49:02 +0200 Subject: [PATCH] Added perl to the list of geshi types --- data/config.default.php | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/data/config.default.php b/data/config.default.php index 783412e..bd41d0d 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -55,6 +55,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 +96,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 +?> -- 2.30.2