mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 17: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";
|
||||
// Theme utilities for custom tools and extensions
|
||||
export {
|
||||
getLanguageFromPath,
|
||||
getMarkdownTheme,
|
||||
getSelectListTheme,
|
||||
getSettingsListTheme,
|
||||
highlightCode,
|
||||
initTheme,
|
||||
Theme,
|
||||
type ThemeColor,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue