MCPcopy
hub / github.com/vercel/streamdown / HighlightOptions

Interface HighlightOptions

packages/streamdown/lib/plugin-types.ts:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 * Options for highlighting code
36 */
37export interface HighlightOptions {
38 code: string;
39 language: BundledLanguage;
40 themes: [ThemeInput, ThemeInput];
41}
42
43/**
44 * Plugin for code syntax highlighting (Shiki)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected