Files
NetMesh/components/ai-elements/streamdownCodePlugin.ts

7 lines
270 B
TypeScript
Raw Normal View History

import { code } from '@streamdown/code';
import { createSafeCodeHighlighter } from './streamdownCodeHighlighter';
/** Isolated Shiki entry — import this file only through warmAiCodeHighlighter. */
export const streamdownCodePlugin = createSafeCodeHighlighter(code);