# File lib/pygments/lexer.rb, line 138 def highlight(text, options = {}) options[:lexer] = aliases.first Pygments.highlight(text, options) end