Skip to content
New issue

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

Support Relax NG selection by VS Code settings #15

Open
sergey-s-betke opened this issue Jul 18, 2021 · 0 comments
Open

Support Relax NG selection by VS Code settings #15

sergey-s-betke opened this issue Jul 18, 2021 · 0 comments

Comments

@sergey-s-betke
Copy link

sergey-s-betke commented Jul 18, 2021

Please, add support to select .rng file for XML files by VSCode configuration. For example:

"xml.validation.relaxng.associations": {
	"src/doc/**/*.xml": "tools/docs/rng/OpenDocument-v1.3-schema.rng"
}

or

"xml.validation.xml-model.associations": {
	"src/doc/**/*.xml": {
		"href": "tools/docs/rng/OpenDocument-v1.3-schema.rng",
		"schematypens": "http://relaxng.org/ns/structure/1.0",
		"type": "application/xml"
	}
}
@sergey-s-betke sergey-s-betke changed the title Support Relax NG selection by XML Catalog Support Relax NG selection by VS Code settings Jul 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant