X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/a39bd415faa45403247e6af89a32df4dd3560b3e..7bf061541b0424b427bbbd1300e81d12190c9c54:/data/config.default.php diff --git a/data/config.default.php b/data/config.default.php index 24a133c..d55721d 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -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',