Add Common XML Extensions
This commit is contained in:
parent
84adff578f
commit
3b78cba52d
1 changed files with 11 additions and 1 deletions
12
package.json
12
package.json
|
@ -183,6 +183,16 @@
|
|||
}
|
||||
],
|
||||
"languages": [
|
||||
{
|
||||
"id": "xml",
|
||||
"extensions": [
|
||||
".config",
|
||||
".csproj",
|
||||
".xml",
|
||||
".xsd",
|
||||
".xsl"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "xquery",
|
||||
"aliases": [
|
||||
|
@ -257,4 +267,4 @@
|
|||
"xpath": "0.0.27",
|
||||
"xqlint": "^0.4.1"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue