DeYura - 2007-05-12

In version 4.x (in 3.x OK) I have a big problem in highlight - it not
return in normal status when typing.

Copy code at the end in Notepad++, set syntax PHP. Then try delete " (after
$get_id. - ln: 5 col: 23) - the HTML code is broke (it's normal). But type
" at the same plase where it was, the HTML code is still broken - it is
error. And I have this error in any other syntax when use ' ` " and some
other.
Can anybody confirm this bug, please. I really want to use v4.x but I can't becouse it heave this bug and so must use v3.9.
----- start code -----
<?php
$select_sql = mysql_query("
SELECT id
FROM test
WHERE id = ".$get_id."
");
?>
<html>

<body>
<body>

</html>
----- end code -----