You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an xml opening tag contains an attribute and after that there is some whitespace, then the rainbow colouring does not work
To Reproduce
<afoo="" >
<b>
</b>
</a>
or
<afoo=""
>
<b>
</b>
</a>
For the first case replaying \>/ with \s*\>/ in the regex for start= works, but for the second there is probably some way that it needs to match over multiple lines
The text was updated successfully, but these errors were encountered:
Describe the bug
When an xml opening tag contains an attribute and after that there is some whitespace, then the rainbow colouring does not work
To Reproduce
or
For the first case replaying
\>/
with\s*\>/
in the regex for start= works, but for the second there is probably some way that it needs to match over multiple linesThe text was updated successfully, but these errors were encountered: