CodeHighlighter.addStyle("bash",{
	comment : {
		exp  : /(#[^\n]+)|(#\s*\n)/
	},
	brackets : {
		exp  : /\(|\)/
	},
	string : {
		exp  : /'[^']*'|"[^"]*"/
	},
	keywords : {
		exp  : /\b(sudo|alias|apropos|awk|break|builtin|bzip2|cal|case|cat|cd|cfdisk|chgrp|chmod|chown|chroot|cksum|clear|cmp|comm|command|continue|cp|cron|crontab|csplit|cut|date|dc|dd|ddrescue|declare|df|diff|diff3|dig|dir|dircolors|dirname|dirs|du|echo|egrep|eject|enable|env|ethtool|eval|exec|exit|expand|export|expr|false|fdformat|fdisk|fgrep|file|find|fmt|fold|for|format|free|fsck|ftp|function|gawk|getopts|grep|groups|gzip|hash|head|history|hostname|id|if|ifconfig|import|install|join|kill|less|let|ln|local|locate|logname|logout|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|make|man|mkdir|mkfifo|mkisofs|mknod|more|mount|mtools|mv|netstat|nice|nl|nohup|nslookup|passwd|paste|pathchk|ping|popd|pr|printcap|printenv|printf|ps|pushd|pwd|quota|quotacheck|quotactl|ram|rcp|read|readonly|remsync|return|rm|rmdir|rsync|screen|scp|sdiff|sed|select|seq|set|sftp|shift|shopt|shutdown|sleep|sort|source|split|ssh|strace|su|sum|symlink|sync|tail|tar|tee|test|time|times|touch|top|traceroute|trap|tr|true|tsort|tty|type|ulimit|umask|umount|unalias|uname|unexpand|uniq|units|unset|unshar|until|useradd|usermod|users|uuencode|uudecode|vdir|vim|vi|watch|wc|whereis|which|while|who|whoami|wget|xargs|yes)\b/
	},
	symbol : {
	  exp : /michi@otherland|m-kessler@xabbu/
	},
	constant: {
	  exp: /[A-Z]\w*/
	},
	variable: {
	  exp: /(\$|\$\{)\w*/
	}
});
