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
Problem is this line: <string>^\s*(?=\<\S)</string>
I don't know how VS Code handles it, but the file is not valid. Apache NetBeans 11.3 (Beta 2) can handle Textmate too but It get's a parse error, because of this line. I think escaping it to < will fix the problem, but didn't test it yet.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
I don't know how VS Code handles it, but the file is not valid. Apache NetBeans 11.3 (Beta 2) can handle Textmate too but It get's a parse error, because of this line. I think escaping it to < will fix the problem, but didn't test it yet.
The text was updated successfully, but these errors were encountered: