2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-16 00:04:20 +00:00

Fixed 'Syntax highlighter' operation. Using highlight.js instead of google-code-prettify.

This commit is contained in:
n1474335
2018-01-25 18:41:47 +00:00
parent 2b703b2b9b
commit e55cfe0bc1
6 changed files with 18 additions and 26 deletions

View File

@@ -7,7 +7,7 @@
*/
/* Libraries */
import "google-code-prettify/src/prettify.css";
import "highlight.js/styles/vs.css";
/* Frameworks */
import "./vendors/bootstrap.less";