client: Add credits

This commit is contained in:
Elian Doran 2024-10-28 00:05:43 +02:00
parent dbb5e0e971
commit 9c55203ea0
No known key found for this signature in database

View File

@ -1,3 +1,13 @@
/*
* This code is an adaptation of https://github.com/antoniotejada/Trilium-SyntaxHighlightWidget with additional improvements, such as:
*
* - support for selecting the language manually;
* - support for determining the language automatically, if a special language is selected ("Auto-detected");
* - limit for highlighting.
*
* TODO: Generally this class can be done directly in the CKEditor repository.
*/
import mime_types from "../../../services/mime_types.js";
export function initSyntaxHighlighting(editor) {