'php', 'label' => 'PHP', 'icon' => 'fab fa-php', 'color' => '#ffffff', 'background' => '#8892BF', 'description' => 'Fichier contenant du langage PHP', 'fromExtension' => array('php','php5'), 'toExtension' => 'php', 'default' => '', ); } /* EDITION */ public static function toHtml($resource,$sketch=null){ $infos = self::manifest(); return array( 'html'=>'', 'javascript' => " hackpoint_resource_mirrorify('.arduino-text',{ mode : 'php', lineNumbers : true, theme : 'monokai', readOnly : false }); " ); } } ?>