mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
feat(highlighting): add perl
This commit is contained in:
@@ -110,7 +110,7 @@ const byMimeType: MimeRecord = {
|
||||
"text/x-octave": null,
|
||||
"text/x-oz": null,
|
||||
"text/x-pascal": () => import("highlight.js/lib/languages/delphi"),
|
||||
"text/x-perl": null,
|
||||
"text/x-perl": () => import("highlight.js/lib/languages/perl"),
|
||||
"text/x-pgsql": () => import("highlight.js/lib/languages/sql"),
|
||||
"text/x-php": () => import("highlight.js/lib/languages/php"),
|
||||
"text/x-pig": null,
|
||||
|
||||
Reference in New Issue
Block a user