chore(dx/client): fix highlightjs not working

This commit is contained in:
Elian Doran 2025-08-31 18:52:52 +03:00
parent f7a0dc00e8
commit 8362424976
No known key found for this signature in database

View File

@ -1,4 +1,4 @@
import hljs from "../node_modules/highlight.js/es/core.js";
import hljs from "highlight.js";
import { normalizeMimeTypeForCKEditor, type MimeType } from "@triliumnext/commons";
import syntaxDefinitions from "./syntax_highlighting.js";
import { type Theme } from "./themes.js";