# File lib/rouge/lexer.rb, line 188
      def register(name, lexer)
        registry[name.to_s] = lexer
      end