http://4o4o4hn4hsujpnbsso7tqigujuokafxys62thulbk2k3mf46vq22qfqd.onion/paste/ee69deb92692c878
$colors [ 'string' ] . ';">($ 2 )</span>' , $code ); return $code ;
} private static function highlightYAML ( $code , $theme ) { $colors = self:: getColors ( $theme );
// Comments $code = preg_replace ( '/^(\s*)(#.*)$/m' , '$ 1 <span style="color: ' . $colors [ 'comment' ] . ';">$ 2 </span>' , $code );
// Keys $code = preg_replace ( '/^(\s*)([a-zA-Z_][a-zA-Z0-9_-]*)\s*:/m' , '$ 1 <span style="color: '...