JosephLenton / PHP-Error

Better error reporting for PHP, and prettier too!
1.35k stars 151 forks source link

doesnt properly hightlight multiline comments #35

Closed yamiko-ninja closed 11 years ago

yamiko-ninja commented 12 years ago

If you have /* / style comments where the opening and ending tags are not on the same line it will only highlight the line with the opening /\ tag

JosephLenton commented 11 years ago

This was due to only highlighting sub-sections of the code, around where the error occurred.

Highlighting is now done by Ace, and over the file in full, and so has been resolved.