Skip to content

Fix highlight with closed block expression on attr - #6

Open
A-312 wants to merge 2 commits into
ccampbell:masterfrom
A-312:patch-2
Open

Fix highlight with closed block expression on attr#6
A-312 wants to merge 2 commits into
ccampbell:masterfrom
A-312:patch-2

Conversation

@A-312

@A-312 A-312 commented May 12, 2020

Copy link
Copy Markdown

fix: #2

  render() {
    return (
      <div shadowSize={object = {"lol"}; React.Component('test')} shadowSize={2} shadowSize={2}>
        whatever
      </diddd>
    );
  }

Before

image

After

image

A-312 added 2 commits May 12, 2020 07:29
```
  render() {
    return (
      <div shadowSize={object = {"lol"}; React.Component('test')} shadowSize={2} shadowSize={2}>
        whatever
      </diddd>
    );
  }
```
@A-312

A-312 commented May 12, 2020

Copy link
Copy Markdown
Author

My 2nd commit work fine:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wrong syntax highlighting

1 participant