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
ct-props-correct.3
This XSD file:
<?xml version="1.1" ?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.w3.org/2001/XMLSchema"> <xs:complexType name="aComplexType"> <xs:complexContent> <xs:extension base="xs:aComplexType"></xs:extension> </xs:complexContent> </xs:complexType> </xs:schema>
should highlight xs:aComplexType
xs:aComplexType
The text was updated successfully, but these errors were encountered:
Fix ability to disable "no grammar" message
565d40e
Fixes eclipse-lemminx#467 Signed-off-by: David Thompson <[email protected]>
xorye
Successfully merging a pull request may close this issue.
This XSD file:
should highlight
xs:aComplexType
The text was updated successfully, but these errors were encountered: