highlight

in lib/pygments/lexer.rb [137:141]


    def highlight(text, options = {})
      options[:lexer] = aliases.first
      Pygments.highlight(text, options)
    end