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

Babel Fails To Highlight/Distinguish ReactJS Entities from the developer's ones! #526

Open
cypherinfo opened this issue Mar 15, 2019 · 0 comments

Comments

@cypherinfo
Copy link

cypherinfo commented Mar 15, 2019

Hello, this is my first post in here. I have tried to use the JavaScript package but it seems that nothing is capable to correctly highlight the entities (keywords) belonging to ReactJS from the ones created by the developer.
Here is an example (external image): https://imgur.com/XapapuJ
"Counter" is the name of the newly create React component; its color is supposed to be different from the reserved words used by ReactJS ("extends.React.Component");
"count" is a property created by the developer has to be different in color by the "this.state" belonging to React;
the event handler function: "incroementCount" reated by the developer has to be different in color by the "this" and "class" reserved words.
Thank you.

@cypherinfo cypherinfo changed the title Babel Fails To Highlight ReactJS Entities from the developer's ones! Babel Fails To Highlight/Distinguish ReactJS Entities from the developer's ones! Mar 15, 2019
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

1 participant