mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
feat(highlighting): add cobol
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
"@exercism/highlightjs-gdscript": "0.0.1",
|
||||
"@triliumnext/commons": "workspace:*",
|
||||
"highlight.js": "11.11.1",
|
||||
"highlightjs-cobol": "0.3.3",
|
||||
"highlightjs-cypher": "1.2.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -50,7 +50,7 @@ const byMimeType: MimeRecord = {
|
||||
"text/x-clojure": () => import("highlight.js/lib/languages/clojure"),
|
||||
"text/x-clojurescript": () => import("highlight.js/lib/languages/clojure"),
|
||||
"text/x-cmake": () => import("highlight.js/lib/languages/cmake"),
|
||||
"text/x-cobol": null,
|
||||
"text/x-cobol": () => import("highlightjs-cobol"),
|
||||
"text/x-common-lisp": () => import("highlight.js/lib/languages/lisp"),
|
||||
"text/x-crystal": () => import("highlight.js/lib/languages/crystal"),
|
||||
"text/x-csharp": () => import("highlight.js/lib/languages/csharp"),
|
||||
|
||||
Reference in New Issue
Block a user