feat(highlighting): add swift

This commit is contained in:
Elian Doran
2025-05-18 21:42:40 +03:00
parent 4877b4569f
commit 973d9c2192
2 changed files with 2 additions and 1 deletions

View File

@@ -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,