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
when use xml language, if the comment is uncompleted, the application stuck.
<?xml version="1.0" encoding="UTF-8"?> <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"> <!-- comment1 --> <!-- comment2 --> </settings>
<?xml version="1.0" encoding="UTF-8"?> <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"> <!-- comment1 -- <!-- comment2 --> </settings>
3.4.0
Windows 10
The text was updated successfully, but these errors were encountered:
fix(grammars): update xml & xsl #263
b4e7077
fix(grammars): update xml & xsl #263 (#268)
fa79043
Closed because it was in #268
Sorry, something went wrong.
No branches or pull requests
Describe the bug
when use xml language, if the comment is uncompleted, the application stuck.
To reproduce
Version
3.4.0
OS
Windows 10
Validations
The text was updated successfully, but these errors were encountered: