# File lib/pygments/lexer.rb, line 67
    def self.find(name)
      @index[name.to_s.downcase]
    end