mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 08:00:59 +00:00
feat: export highlightCode and getLanguageFromPath for extensions (#703)
This commit is contained in:
parent
653025e6ca
commit
9137c0c947
1 changed files with 2 additions and 0 deletions
|
|
@ -264,9 +264,11 @@ export {
|
||||||
} from "./modes/interactive/components/index.js";
|
} from "./modes/interactive/components/index.js";
|
||||||
// Theme utilities for custom tools and extensions
|
// Theme utilities for custom tools and extensions
|
||||||
export {
|
export {
|
||||||
|
getLanguageFromPath,
|
||||||
getMarkdownTheme,
|
getMarkdownTheme,
|
||||||
getSelectListTheme,
|
getSelectListTheme,
|
||||||
getSettingsListTheme,
|
getSettingsListTheme,
|
||||||
|
highlightCode,
|
||||||
initTheme,
|
initTheme,
|
||||||
Theme,
|
Theme,
|
||||||
type ThemeColor,
|
type ThemeColor,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue