mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
feat(highlighting): add dylan
This commit is contained in:
@@ -60,7 +60,7 @@ const byMimeType: MimeRecord = {
|
||||
"text/x-diff": () => import("highlight.js/lib/languages/diff"),
|
||||
"text/x-django": () => import("highlight.js/lib/languages/django"),
|
||||
"text/x-dockerfile": () => import("highlight.js/lib/languages/dockerfile"),
|
||||
"text/x-dylan": null,
|
||||
"text/x-dylan": () => import("./languages/dylan.js"),
|
||||
"text/x-ebnf": () => import("highlight.js/lib/languages/ebnf"),
|
||||
"text/x-ecl": null,
|
||||
"text/x-eiffel": null,
|
||||
|
||||
Reference in New Issue
Block a user