subtleGradient / language-javascript-jsx

JavaScript with JSX Bundle for Atom
45 stars 6 forks source link

Multi-line element opening tags not working #40

Open caedmonm opened 7 years ago

caedmonm commented 7 years ago

Splitting large opening tags such as this doesn't work:

  title={"Edit "+this.props.friend.fname+" "+this.props.friend.lname+"'s Account"}
  modal={false}
  open={this.state.editOpen}
  onRequestClose={this.editClose} >

It's not recognising it as a complete opening tag.