Skip to content

Commit

Permalink
Merge pull request #232 from DotJoshJohnson/issue-196
Browse files Browse the repository at this point in the history
Add Common XML Extensions
  • Loading branch information
DotJoshJohnson authored Sep 16, 2018
2 parents 33bdb09 + 3b78cba commit 46f8991
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,16 @@
}
],
"languages": [
{
"id": "xml",
"extensions": [
".config",
".csproj",
".xml",
".xsd",
".xsl"
]
},
{
"id": "xquery",
"aliases": [
Expand Down Expand Up @@ -257,4 +267,4 @@
"xpath": "0.0.27",
"xqlint": "^0.4.1"
}
}
}

0 comments on commit 46f8991

Please sign in to comment.