mirror of
https://github.com/gchq/CyberChef
synced 2025-12-24 04:04:25 +00:00
Added more infoLinks and updated newOperation script to include prompt for them.
This commit is contained in:
@@ -21,6 +21,7 @@ class SyntaxHighlighter extends Operation {
|
||||
this.name = "Syntax highlighter";
|
||||
this.module = "Code";
|
||||
this.description = "Adds syntax highlighting to a range of source code languages. Note that this will not indent the code. Use one of the 'Beautify' operations for that.";
|
||||
this.infoURL = "https://wikipedia.org/wiki/Syntax_highlighting";
|
||||
this.inputType = "string";
|
||||
this.outputType = "html";
|
||||
this.args = [
|
||||
|
||||
Reference in New Issue
Block a user