class Rouge::Lexers::ConsoleLexer

def prompt_prefix_regex

def prompt_prefix_regex
  if allow_comments?
    /[^<#]*?/m
  else
    /.*?/m
  end
end