Hi, I have seen that a closing php tag in comments may lead to errors in php syntax highlighting. This error occurs in html multihighlighter too..
Let's say I have <p><?= $var ?></p> If you put a comment aroung that, it should be treated as legit // <p><?= $var ?></p> This is not working properly, because the closing tag suggests the end of the file, which is not right. Error: (viz http://i.imgur.com/EfENgJV.jpg ) How it should behave: (viz http://imgur.com/v29Le9x ) -- <http://forum.pspad.com/read.php?4,65420,65420> PSPad freeware editor http://www.pspad.com
