mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
feat(highlighting): add rpm specfile
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user