mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
feat(highlighting): add swift
This commit is contained in:
@@ -146,7 +146,7 @@ const byMimeType: MimeRecord = {
|
||||
"text/x-stex": null,
|
||||
"text/x-stsrc": () => import("highlight.js/lib/languages/smalltalk"),
|
||||
"text/x-styl": () => import("highlight.js/lib/languages/stylus"),
|
||||
"text/x-swift": null,
|
||||
"text/x-swift": () => import("highlight.js/lib/languages/swift"),
|
||||
"text/x-systemverilog": null,
|
||||
"text/x-tcl": () => import("highlight.js/lib/languages/tcl"),
|
||||
"text/x-textile": null,
|
||||
|
||||
Reference in New Issue
Block a user