mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
feat(highlighting): add scala
This commit is contained in:
parent
59ca0e981a
commit
475a4d05db
@ -42,6 +42,7 @@
|
||||
* Added support for Jinja2.
|
||||
* Added support for ClojureScript.
|
||||
* Added support for Perl.
|
||||
* Added support for Scala.
|
||||
* Mermaid diagrams: basic syntax highlight (not all diagram types are supported) and code folding.
|
||||
* Slight organization in Appearance settings: code block themes are now in "Text Notes", added a "Related settings" section in Appearance.
|
||||
* [Added support for opening and activating a note in a new tab using Ctrl+Shift+click on notes in the launcher pane, note tree, or note images](https://github.com/TriliumNext/Notes/pull/1854) by @SiriusXT
|
||||
|
@ -129,7 +129,7 @@ const byMimeType: MimeRecord = {
|
||||
"text/x-rustsrc": () => import("highlight.js/lib/languages/rust"),
|
||||
"text/x-sas": () => import("highlight.js/lib/languages/sas"),
|
||||
"text/x-sass": () => import("highlight.js/lib/languages/scss"),
|
||||
"text/x-scala": null,
|
||||
"text/x-scala": () => import("highlight.js/lib/languages/scala"),
|
||||
"text/x-scheme": null,
|
||||
"text/x-scss": () => import("highlight.js/lib/languages/scss"),
|
||||
"text/x-sh": () => import("highlight.js/lib/languages/bash"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user