Merge pull request #232 from DotJoshJohnson/issue-196

Add Common XML Extensions
This commit is contained in:
Josh Johnson 2018-09-15 22:05:58 -04:00 committed by GitHub
commit 46f89911a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
} }
} }