CodeHighlighter.addStyle("bash",{
	comment : {
		exp  : /#.*/
	},
	brackets : {
		exp  : /[\(\)\{\}]/
	},
        datatype : {
                exp : /\$({[^}]+}|[^\s]+)/
        },
	string : {
		exp  : /'[^']*'|"[^"]*"/
	},
	keywords : {
		exp  : /\b(break|case|continue|do|done|else|elif|esac|fi|for|if|in|while)\b/
	},
        method : {
                exp : /\w+\(\)/
        }
});
