UNPKG

@scalar/code-highlight

Version:

Central methods and themes for code highlighting in Scalar projects

6 lines 393 B
export { syntaxHighlight } from './code/index.js'; export { lowlightLanguageMappings } from './constants.js'; export { basicLanguages, jsonYamlLanguages, standardLanguages } from './languages/index.js'; export { type Node, htmlFromMarkdown, isHeading, textFromNode } from './markdown/index.js'; export { rehypeHighlight } from './rehype-highlight/index.js'; //# sourceMappingURL=index.d.ts.map