feat: export highlightCode and getLanguageFromPath for extensions (#703)

This commit is contained in:
Danila Poyarkov
2026-01-14 02:08:16 +03:00
committed by GitHub
parent 653025e6ca
commit 9137c0c947

View File

@@ -264,9 +264,11 @@ export {
} from "./modes/interactive/components/index.js";
// Theme utilities for custom tools and extensions
export {
getLanguageFromPath,
getMarkdownTheme,
getSelectListTheme,
getSettingsListTheme,
highlightCode,
initTheme,
Theme,
type ThemeColor,