class Rouge::Lexers::Escape

def to_start_regex

def to_start_regex
  @to_start_regex ||= /(.*?)(#{Regexp.escape(@start)})/m
end