Fix bug #11: do not index edit, delete and tool pages
[phorkie.git] / data / config.default.php
index b648614567d7379e33a92c403628f4aad41e7a47..783412ee20736a17496ccb2e68ea824abd2ac322 100644 (file)
@@ -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',