diff --git a/package.json b/package.json index a63ae824..248a2540 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "keywords": [ "xml", "xsl", - "xsd" + "xsd", + "dtd" ], "engines": { "vscode": "^1.27.0" @@ -263,6 +264,15 @@ "[xml]": { "editor.autoClosingBrackets": "never" } - } + }, + "languages": [ + { + "id": "xml", + "extensions": [ + ".ent", + ".mod" + ] + } + ] } }