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
@ssbarnea I don't understand your comment. my issue says nothing about parsing XML with regex. I am saying the tmLanguage file - which is an XML file - is not well formed, i. e. does not have characters escaped as required by the XML spec.
The file https://github.com/emilast/vscode-logfile-highlighter/blob/master/syntaxes/log.tmLanguage is not well formed in lines 42, 69, 96, 123, 150, 168, 239, 279, This prevents it from being read by an XML parser. It contains an unescaped a left angle bracket (
<
):Possible solutions are:
or using CDATA:
The text was updated successfully, but these errors were encountered: