class Rouge::RegexLexer

def reset!

def reset!
  @scan_state = nil
  self.class.start_procs.each do |pr|
    scan_state.instance_eval(&pr)
  end
end