[add] treat schematron (.sch) as XML

This commit is contained in:
Andy Bunce 2022-02-05 23:26:27 +00:00
parent c275d88f77
commit a208e502ea
2 changed files with 6 additions and 3 deletions

View File

@ -1 +1,3 @@
Detailed release notes are available [here](https://github.com/DotJoshJohnson/vscode-xml/releases).
Detailed release notes are available [here](https://github.com/DotJoshJohnson/vscode-xml/releases).
0.0.4 [add] treat schematron (.sch) as XML

View File

@ -2,7 +2,7 @@
"name": "vscode-basex",
"displayName": "BaseX tools",
"description": "BaseX tools: XQuery, XML, XPath Tools for Visual Studio Code",
"version": "0.0.3",
"version": "0.0.4",
"preview": false,
"publisher": "quodatum",
"author": {
@ -203,7 +203,8 @@
".xsd",
".xsl",
".plist",
".mobileconfig"
".mobileconfig",
".sch"
]
},
{