Closed
Description
When using an if construct the highlighting will erroneously mark the red the next code line if the tag ends with whitespaces
When the whitespace(s) is/are removed the highlighting is restored
The fix for this will probably be trivial, somewhere at the end of the match in the if-construct a \\s*
needs to be added.