-
-
Notifications
You must be signed in to change notification settings - Fork 192
Closed
Labels
Description
Check for existing issues
- Completed
Describe the feature
We create XSD schema files with documentation within them.
It took me a while to notice why they were not processed by vale - they are simply not considered xml and throwing a "Transform" at them does not do anything.
This is what I tried - renaming the xsd files to xml produced the desired result but that will not work for our software repo.
All xsd files can only be processed as raw text files.
[Configuration/*.{xml,xsd}]
Transform = xslt/xml-multilang-html.xsl
BasedOnStyles = English, German
It would be nice if we could get the possibility to check xsd files as well.
Reactions are currently unavailable