AnsPress_Syntax_Highlighter::brush()
Description #
Define all brush.
Source #
File: addons/free/syntaxhighlighter.php
public static function brush() { self::$brushes = array( 'php' => 'PHP', 'css' => 'CSS', 'xml' => 'XML/HTML', 'jscript' => 'Javascript', 'sql' => 'SQL', 'as3' => 'Action Script', 'bash' => 'Bash/Shell', 'colfusion' => 'ColdFusion', 'clojure' => 'Clojure', 'cpp' => 'C++/C', 'csharp' => 'C#', 'delphi' => 'Delphi', 'diff' => 'Diff', 'erlang' => 'Erlang', 'fsharp' => 'F#', 'groovy' => 'Groovy', 'java' => 'Java', 'javafx' => 'JavaFX', 'latex' => 'Latex', 'plain' => 'Plain text', 'matlab' => 'Matlabkey', 'objc' => 'Object', 'perl' => 'Perl', 'powershell' => 'PowerShell', 'python' => 'Python', 'r' => 'R', 'ruby' => 'Ruby/Rails', 'scala' => 'Scala', 'vb' => 'VisualBasic', ); }
Expand full source code Collapse full source code View on GitHub: addons/free/syntaxhighlighter.php:103
Add your comment