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
textDocument/documentHighlight
Here a demo with this XML file:
<?xml version="1.1" ?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.w3.org/2001/XMLSchema"> <xs:element name="elt" /> <xs:complexType name="aComplexType" > <xs:sequence> <xs:element ref="xs:elt" /> <xs:group ref="xs:elt"></xs:group> </xs:sequence> </xs:complexType> <xs:element name="elt2" substitutionGroup="xs:elt" /> <xs:group name="elt" > <xs:sequence></xs:sequence> </xs:group> </xs:schema>
The text was updated successfully, but these errors were encountered:
Add support for textDocument/documentHighlight for XML Schema types
e7635ce
Fix #470 Signed-off-by: azerr <azerr@redhat.com>
9e60c1e
9ad8098
7b1f0fd
4ebac6a
angelozerr
Successfully merging a pull request may close this issue.
Here a demo with this XML file:
The text was updated successfully, but these errors were encountered: