mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
feat(highlighting): add scheme
This commit is contained in:
parent
475a4d05db
commit
4877b4569f
@ -43,6 +43,7 @@
|
|||||||
* Added support for ClojureScript.
|
* Added support for ClojureScript.
|
||||||
* Added support for Perl.
|
* Added support for Perl.
|
||||||
* Added support for Scala.
|
* Added support for Scala.
|
||||||
|
* Added support for Scheme.
|
||||||
* Mermaid diagrams: basic syntax highlight (not all diagram types are supported) and code folding.
|
* 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.
|
* 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
|
* [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
|
||||||
|
@ -130,7 +130,7 @@ const byMimeType: MimeRecord = {
|
|||||||
"text/x-sas": () => import("highlight.js/lib/languages/sas"),
|
"text/x-sas": () => import("highlight.js/lib/languages/sas"),
|
||||||
"text/x-sass": () => import("highlight.js/lib/languages/scss"),
|
"text/x-sass": () => import("highlight.js/lib/languages/scss"),
|
||||||
"text/x-scala": () => import("highlight.js/lib/languages/scala"),
|
"text/x-scala": () => import("highlight.js/lib/languages/scala"),
|
||||||
"text/x-scheme": null,
|
"text/x-scheme": () => import("highlight.js/lib/languages/scheme"),
|
||||||
"text/x-scss": () => import("highlight.js/lib/languages/scss"),
|
"text/x-scss": () => import("highlight.js/lib/languages/scss"),
|
||||||
"text/x-sh": () => import("highlight.js/lib/languages/bash"),
|
"text/x-sh": () => import("highlight.js/lib/languages/bash"),
|
||||||
"text/x-slim": null,
|
"text/x-slim": null,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user