http://4o4o4hn4hsujpnbsso7tqigujuokafxys62thulbk2k3mf46vq22qfqd.onion/paste/ee69deb92692c878
This engine powers the highlighting that shows up on previews of code files, as well the pastes page. I'm quite proud of it, even if it is simple. I learned a lot about regex making this. >WARN> Use carefully, as I don't know if it can be use to run code injections... <?php class SyntaxHighlighter { private static $languageMap = [ 'py' => 'python' , 'pyw' => 'python' , 'js' => 'javascript' , 'mjs' => 'javascript' , 'go' => 'go' , 'rs' => 'rust' , 'sh' => 'bash' , 'bash' =>...