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',
		);
	}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment