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

Need support for JSX Fragment Syntax #534

Closed
uniqueiniquity opened this issue Oct 18, 2017 · 1 comment
Closed

Need support for JSX Fragment Syntax #534

uniqueiniquity opened this issue Oct 18, 2017 · 1 comment

Comments

@uniqueiniquity
Copy link
Contributor

TS and JS Grammar Extension version: 0.0.22 / latest
JSX is adding support for fragment syntax. For more info, see facebook/jsx#93.

Code

// Need to highlight the following as JSX tags
<></>;
<><span></span><><span></span></></>;
@sheetalkamat
Copy link
Member

Fixed in #535

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

No branches or pull requests

2 participants