Add Common XML Extensions

This commit is contained in:
Josh Johnson 2018-09-15 22:04:06 -04:00
parent 84adff578f
commit 3b78cba52d
1 changed files with 11 additions and 1 deletions

View File

@ -183,6 +183,16 @@
} }
], ],
"languages": [ "languages": [
{
"id": "xml",
"extensions": [
".config",
".csproj",
".xml",
".xsd",
".xsl"
]
},
{ {
"id": "xquery", "id": "xquery",
"aliases": [ "aliases": [
@ -257,4 +267,4 @@
"xpath": "0.0.27", "xpath": "0.0.27",
"xqlint": "^0.4.1" "xqlint": "^0.4.1"
} }
} }