From: Andy Walker Date: Sun, 10 Jun 2012 13:28:30 +0000 (+0200) Subject: Include highlighting for Ruby/Rails files X-Git-Tag: v0.3.0~55 X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/a15f4327ced5f017adc52af2c44620dca14b7f28?hp=0290cb4779bf410da5561151c50b96e5e48ea7bb Include highlighting for Ruby/Rails files --- diff --git a/data/config.default.php b/data/config.default.php index b648614..783412e 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -65,6 +65,11 @@ $GLOBALS['phorkie']['languages'] = array( 'mime' => 'image/png', 'show' => false ), + 'rb' => array( + 'title' => 'Ruby/Rails', + 'mime' => 'text/x-ruby', /* Is this an acceptable mime type? */ + 'geshi' => 'rails' + ), 'rst' => array( 'title' => 'reStructuredText', 'mime' => 'text/x-rst',