From a15f4327ced5f017adc52af2c44620dca14b7f28 Mon Sep 17 00:00:00 2001 From: Andy Walker Date: Sun, 10 Jun 2012 15:28:30 +0200 Subject: [PATCH 1/1] Include highlighting for Ruby/Rails files --- data/config.default.php | 5 +++++ 1 file changed, 5 insertions(+) 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', -- 2.30.2