rST rendering is possible now
[phorkie.git] / data / config.default.php
index 24a133c146e84021fa4289378015031a5d4d624d..d55721d1262c7143e230397bf4de88487bf24ba9 100644 (file)
@@ -45,6 +45,12 @@ $GLOBALS['phorkie']['languages'] = array(
         'mime'  => 'text/x-php',
         'geshi' => 'php'
     ),
+    'rst' => array(
+        'title' => 'reStructuredText',
+        'mime'  => 'text/x-rst',
+        'geshi' => 'rst',
+        'renderer' => '\\phorkie\\Renderer_ReStructuredText',
+    ),
     'sh' => array(
         'title' => 'Shell script (Bash)',
         'mime'  => 'text/x-shellscript',