We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47bdcfe commit 0d5afc2Copy full SHA for 0d5afc2
public/js/highlight.js
@@ -4,4 +4,4 @@ onmessage = function(event) {
4
importScripts('/vendor/plugins/highlight/highlight.pack.js');
5
var result = self.hljs.highlightAuto(event.data);
6
postMessage(result.value);
7
-}
+};
0 commit comments