Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React JSX syntax breaks highlighting #766

Closed
danvk opened this issue Feb 26, 2015 · 0 comments · Fixed by #767
Closed

React JSX syntax breaks highlighting #766

danvk opened this issue Feb 26, 2015 · 0 comments · Fixed by #767

Comments

@danvk
Copy link
Contributor

danvk commented Feb 26, 2015

See #494

This example clearly shows the JSX tags breaking highlighting:

screen shot 2015-02-26 at 6 18 36 pm

XML sections are expected to end with ">;", whereas this XML is parenthesized. Changing the pattern to />[\)\]]?;/ would fix this.

See also Reviewable/Reviewable#47

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 a pull request may close this issue.

1 participant