diff options
Diffstat (limited to 'data/config.default.php')
| -rw-r--r-- | data/config.default.php | 5 |
1 files changed, 5 insertions, 0 deletions
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', |
