4d2cd9 Fix syntax highlighting of files.

3 files Authored by Ryan Lerch 6 years ago , Committed by Pierre-Yves Chibon 6 years ago ,
    Fix syntax highlighting of files.
    
    This updates the file display to use just highlight.js
    Previously, highlight.js was run over the old style
    codetable that was generated for when we used pygments,
    and this was causing each line to be rendered seperately.
    This caused hilight.js to determine some strange filetypes
    for these fragments, and typically hilight them as bash output.
    
        
file modified
+38 -42