feat(highlighting): add rpm specfile

This commit is contained in:
Elian Doran
2025-05-18 22:24:21 +03:00
parent b80ca1eef2
commit 42c61ae9cb
3 changed files with 73 additions and 1 deletions

View File

@@ -122,7 +122,7 @@ const byMimeType: MimeRecord = {
"text/x-python": () => import("highlight.js/lib/languages/python"),
"text/x-q": () => import("highlight.js/lib/languages/q"),
"text/x-rpm-changes": null,
"text/x-rpm-spec": null,
"text/x-rpm-spec": () => import("./languages/rpm-specfile.js"),
"text/x-rsrc": () => import("highlight.js/lib/languages/r"),
"text/x-rst": null,
"text/x-ruby": () => import("highlight.js/lib/languages/ruby"),