Word-wrap for txt files
[phorkie.git] / data / config.default.php
index 06b53edaaa3c5c1a5783d56ce7197e5a8d997b2d..fce74c1a88572ae2a52f5ac52d07027b632bf380 100644 (file)
@@ -161,7 +161,8 @@ $GLOBALS['phorkie']['languages'] = array(
     'txt' => array(
         'title' => 'Text (plain)',
         'mime'  => 'text/plain',
-        'geshi' => 'txt'
+        'geshi' => 'txt',
+        'renderer' => '\\phorkie\\Renderer_Plaintext'
     ),
     'ts' => array(
         'title' => 'TypoScript',