feat(highlighting): add XML-DTD

This commit is contained in:
Elian Doran
2025-05-18 21:22:33 +03:00
parent 6a3a6243c4
commit a8f810becd
2 changed files with 2 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ const byMimeType: MimeRecord = {
"application/x-erb": () => import("highlight.js/lib/languages/erb"),
"application/x-jsp": () => import("highlight.js/lib/languages/java"),
"application/x-powershell": () => import("highlight.js/lib/languages/powershell"),
"application/xml-dtd": null,
"application/xml-dtd": () => import("highlight.js/lib/languages/xml"),
"application/xquery": () => import("highlight.js/lib/languages/xquery"),
"message/http": () => import("highlight.js/lib/languages/http"),
"text/apl": null,