• silverwind's avatar
    Move syntax highlighting to web worker (#11017) · 27e3cddf
    silverwind authored
    
    
    This should eliminate page freezes when loading big files/diff.
    `highlightBlock` is needed to preserve existing nodes when highlighting
    and for that, highlight.js needs access to the DOM API so I added a DOM
    implementation to make it work, which adds around 300kB to the output
    file size of the lazy-loaded `highlight.js`.
    Co-authored-by: default avatarLauris BH <lauris@nix.lv>
    27e3cddf
.eslintrc 1.57 KB