We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Takes a sampel with https://ejs.co/ syntax.
<foo> <url><%= url %></url> </foo>
After formatting, we have:
<foo> <url> <null> </url> </foo>
Currently the <% tags get replaced with <null>
<%
<null>
The text was updated successfully, but these errors were encountered:
Bad element formatting is replaced with <null>
7d4e456
Fixes eclipse-lemminx#1034 Signed-off-by: azerr <azerr@redhat.com>
9d4b5cd
d8468b7
216920f
This issue should be fixed by the experimental formatter https://github.com/redhat-developer/vscode-xml/blob/master/docs/Formatting.md#xmlformatexperimental
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Takes a sampel with https://ejs.co/ syntax.
After formatting, we have:
Currently the
<%
tags get replaced with<null>
The text was updated successfully, but these errors were encountered: