[add] treat schematron (.sch) as XML
This commit is contained in:
parent
c275d88f77
commit
a208e502ea
@ -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
|
@ -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"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user