/** * This file controls the editor syntax highlighting. * * The order keys are assigned is _important_! * The parser checks if a regex matches based on the order of the key in the containing object. */ declare const _default: (Prism: any) => void; export default _default; //# sourceMappingURL=custom-markdown.d.ts.map