8 lines
95 B
JavaScript
8 lines
95 B
JavaScript
|
import hljs from 'highlight.js';
|
||
|
|
||
|
try {
|
||
|
window.hljs = hljs;
|
||
|
} catch (e) {}
|
||
|
|
||
|
export { hljs };
|