vscode-sxml
vscode-sxml copied to clipboard
XML escape entities not correctly highlighted
The regex matching them may be too permissive. Example
&<tag>asdasd</tag>
more text <tag>sdf</tag>
text;
shows the error only at the semicolon, or at the end of the document if there is no semicolon.