class Rouge::Lexers::JSX

def start_embed!

def start_embed!
  @embed ||= JSX.new(options)
  @embed.reset!
  @embed.push(:expr_start)
  push :jsx_embed_root
end