php code:
<?php
//Testing
function just_a($test) {
/*
Commenting block!!!!
Woot!
*/
print $test;
>>>echo $test;<<<
}
?>
I'm kind of used to having the php tags in red, comments in green. Perhaps a colour scheme similar to that used by Notepad++? I think it's more appealing. Perhaps it's just me though...