# File lib/rouge/lexers/make.rb, line 27
      def initialize(opts={})
        super
        @shell = Shell.new(opts)
      end