'python', 'label' => 'Python', 'description' => 'Fichier python', 'fromExtension' => array('py'), 'toExtension' => 'py' ); } public static function toHtml($resource,$sketch){ $infos = self::manifest(); return array( 'content'=>'', 'codemirror' => array( 'mode'=>'python', 'theme'=>'monokai', 'lineNumbers' => true, 'readOnly' => false ) ); } } ?>