You may enable this feature by adding the line:
AddType application/x-httpd-php-source .phps
in your httpd.conf
This means that files with phps extension are treated as php source file and the php module will do the job.
You can change the colors in your php.ini and view the currents by using <? phpinfo(); ?>
Hth
JBL