Skip to content

Commit

Permalink
.ent and .mod files should be parsed as DTDs
Browse files Browse the repository at this point in the history
  • Loading branch information
angelozerr committed Jul 17, 2019
1 parent 1e46c5d commit 2b82f28
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"keywords": [
"xml",
"xsl",
"xsd"
"xsd",
"dtd"
],
"engines": {
"vscode": "^1.27.0"
Expand Down Expand Up @@ -263,6 +264,15 @@
"[xml]": {
"editor.autoClosingBrackets": "never"
}
}
},
"languages": [
{
"id": "xml",
"extensions": [
".ent",
".mod"
]
}
]
}
}

0 comments on commit 2b82f28

Please sign in to comment.