8 lines
95 B
JavaScript
Raw Normal View History

import hljs from 'highlight.js';
try {
window.hljs = hljs;
} catch (e) {}
export { hljs };