Skip to content

Commit f906c16

Browse files
committed
Fix syntax highlighting
1 parent 8994533 commit f906c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pattern_library/static/pattern_library/src/js/components/syntax-highlighting.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import hljs from 'highlight.js/lib/highlight';
1+
import hljs from 'highlight.js/lib/core';
22

33
export default function() {
44
hljs.initHighlightingOnLoad();

0 commit comments

Comments
 (0)