UNPKG

refractor

Version:

Lightweight, robust, elegant virtual syntax highlighting using Prism

8 lines (7 loc) 200 B
/** @type {import('../core.js').Syntax} */ declare function asciidoc(Prism: any): void; declare namespace asciidoc { let displayName: string; let aliases: string[]; } export default asciidoc;