chore(highlightjs): reintroduce grouping of themes

This commit is contained in:
Elian Doran
2025-05-18 18:58:46 +03:00
parent 5a186e6853
commit 4537dfa660
20 changed files with 73 additions and 178 deletions

View File

@@ -4,7 +4,7 @@ import syntaxDefinitions from "./syntax_highlighting.js";
import { type Theme } from "./themes.js";
import { type HighlightOptions } from "highlight.js";
export { default as Themes } from "./themes.js";
export { default as Themes, type Theme } from "./themes.js";
const registeredMimeTypes = new Set<string>();
const unsupportedMimeTypes = new Set<string>();