@scalar/code-highlight
Version:
Central methods and themes for code highlighting in Scalar projects
6 lines (5 loc) • 347 B
JavaScript
export { syntaxHighlight } from './code/index.js';
export { lowlightLanguageMappings } from './constants.js';
export { basicLanguages, jsonYamlLanguages, standardLanguages } from './languages/index.js';
export { htmlFromMarkdown, isHeading, textFromNode } from './markdown/index.js';
export { rehypeHighlight } from './rehype-highlight/index.js';