0

Bug in PHP comments when using //

Roel 13 years ago updated 13 years ago 2
In PHP, when you use // for commenting out lines instead of /*, instead of one single line ALL lines are colored gray.. // is used to comment out just one single line in PHP and is often used.. With your app, all lines after // are turned gray, as if it would function the same as /* So, since I start all my files with: //Note:... my entire files are grayed out.. ......Thanks! Great app you're creating here, keep it up! :)
I just tried to reproduce this by creating a small php file with a single line comment. For me, this works. Here's a screenshot: http://www.textasticapp.com/support/php_comment.png

Maybe this is a problem with a special case in your file? Can you please send me a screenshot illustrating the problem? The file itself may help, too.
Okay thanks for the quick response! I'll look into this tonight and see if i can send you the file..! Thanks again and keep up the good work. Cheers from Holland.