Skip to content

Commit 0d5afc2

Browse files
Steve DaySteve Day
authored andcommitted
fixup! Move default highlight.js highlighting into a web worker
1 parent 47bdcfe commit 0d5afc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/js/highlight.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ onmessage = function(event) {
44
importScripts('/vendor/plugins/highlight/highlight.pack.js');
55
var result = self.hljs.highlightAuto(event.data);
66
postMessage(result.value);
7-
}
7+
};

0 commit comments

Comments
 (0)