Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4412
    Michael
    Member

    This code is highlighted incorrectly for PHP. Because of “?>” in comment text.

    <?
    echo 'hello';
    /*
    echo '<?xml?>';
    */
    echo 'why?';
    ?>
    #4455
    hermannr
    Member

    Highly annoying in large PHP files.
    Everything after that point will be colored like a comment.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.