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

Fragment syntax not supported #1

Closed
aryzing opened this issue Apr 13, 2018 · 1 comment
Closed

Fragment syntax not supported #1

aryzing opened this issue Apr 13, 2018 · 1 comment

Comments

@aryzing
Copy link

aryzing commented Apr 13, 2018

Description

Fragments are not syntax-highlighted properly

Steps to Reproduce

  1. Write code to render a fragment:
render() {
  return <>
    <div>Text</div>
  </>
}

Expected behavior: The fragment's opening tag characters < and > should appear with the same background as any other element.

Actual behavior: The < and > characters have a red background.

Reproduces how often: 100%

Versions

Atom    : 1.25.1
Electron: 1.7.11
Chrome  : 58.0.3029.110
Node    : 7.9.0

Additional Information

image

@deankevorkian
Copy link
Owner

deankevorkian commented Apr 13, 2018

Hey!
Thanks for reporting :). I should've already stated that this package is no longer maintained, because I created it in the first place since the original language-typescript package had no support for React's TSX.
Since then, my bug report was handled here so the current upstreamed language-typescript has all these features.
TL;DR - I should (really) remove this package, since everything it has is merged into language-typescript. So you should open a bug there instead, and it appears there's an existing bug for this already.

Thanks and sorry for the confusion!

@aryzing aryzing closed this as completed Apr 13, 2018
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