sublime-jsx icon indicating copy to clipboard operation
sublime-jsx copied to clipboard

Fix open bracket color in `return (<div>`

Open A-312 opened this issue 4 years ago • 0 comments

  render() {
    return (<div>
      whatever
    </div>)
  }

Before:

image

After:

image

A-312 avatar May 12 '20 04:05 A-312