mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
feat(highlighting): add tccn3
This commit is contained in:
@@ -155,7 +155,7 @@ const byMimeType: MimeRecord = {
|
||||
"text/x-tornado": null,
|
||||
"text/x-ttcn-asn": null,
|
||||
"text/x-ttcn-cfg": null,
|
||||
"text/x-ttcn": null,
|
||||
"text/x-ttcn": () => import("./languages/ttcn3.js"),
|
||||
"text/x-twig": () => import("highlight.js/lib/languages/twig"),
|
||||
"text/x-vb": () => import("highlight.js/lib/languages/vbnet"),
|
||||
"text/x-verilog": () => import("highlight.js/lib/languages/verilog"),
|
||||
|
||||
Reference in New Issue
Block a user