module Rouge::Plugins::Redcarpet

def rouge_formatter(lexer)

override this method for custom formatting behavior
def rouge_formatter(lexer)
  Formatters::HTML.new(:css_class => "highlight #{lexer.tag}")
end