mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 09:56:36 +01:00
feat(highlighting): add scheme
This commit is contained in:
@@ -130,7 +130,7 @@ const byMimeType: MimeRecord = {
|
||||
"text/x-sas": () => import("highlight.js/lib/languages/sas"),
|
||||
"text/x-sass": () => import("highlight.js/lib/languages/scss"),
|
||||
"text/x-scala": () => import("highlight.js/lib/languages/scala"),
|
||||
"text/x-scheme": null,
|
||||
"text/x-scheme": () => import("highlight.js/lib/languages/scheme"),
|
||||
"text/x-scss": () => import("highlight.js/lib/languages/scss"),
|
||||
"text/x-sh": () => import("highlight.js/lib/languages/bash"),
|
||||
"text/x-slim": null,
|
||||
|
||||
Reference in New Issue
Block a user