diff options
| author | Andy Walker <walkeran@gmail.com> | 2012-06-10 15:28:30 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-06-10 15:28:30 +0200 |
| commit | a15f4327ced5f017adc52af2c44620dca14b7f28 (patch) | |
| tree | 55990abc2474bc5e20eb7ec51917510c70e113e6 /data/config.default.php | |
| parent | 0290cb4779bf410da5561151c50b96e5e48ea7bb (diff) | |
| download | phorkie-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.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', |
