aboutsummaryrefslogtreecommitdiff
path: root/data/config.default.php
diff options
context:
space:
mode:
authorAndy Walker <walkeran@gmail.com>2012-06-10 15:28:30 +0200
committerChristian Weiske <cweiske@cweiske.de>2012-06-10 15:28:30 +0200
commita15f4327ced5f017adc52af2c44620dca14b7f28 (patch)
tree55990abc2474bc5e20eb7ec51917510c70e113e6 /data/config.default.php
parent0290cb4779bf410da5561151c50b96e5e48ea7bb (diff)
downloadphorkie-a15f4327ced5f017adc52af2c44620dca14b7f28.tar.gz
phorkie-a15f4327ced5f017adc52af2c44620dca14b7f28.zip
Include highlighting for Ruby/Rails files
Diffstat (limited to 'data/config.default.php')
-rw-r--r--data/config.default.php5
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',