To support the latest SyntaxHighlighter in the laziest way possible, I had to modify the compiled code so that it still added in a global SyntaxHighlighter object attached to window. To fix this properly, we need to be able to use requirejs from within the extension.
To support the latest SyntaxHighlighter in the laziest way possible, I had to modify the compiled code so that it still added in a global
SyntaxHighlighterobject attached towindow. To fix this properly, we need to be able to use requirejs from within the extension.