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

better javascript/Node.js/es6 syntax highlighting #9366

Closed
xpepermint opened this issue Jul 15, 2016 · 2 comments
Closed

better javascript/Node.js/es6 syntax highlighting #9366

xpepermint opened this issue Jul 15, 2016 · 2 comments
Assignees

Comments

@xpepermint
Copy link

xpepermint commented Jul 15, 2016

  • VSCode Version: Code 1.3.1 (e6b4afa, 2016-07-12T13:31:10.994Z)
  • OS Version: Darwin x64 15.5.0

Motivation
It seems that nobody deeply cares about Javascript/Nodejs syntax highlighting. VSCode does a better job then other text editors (e.g. Atom) but it's not perfect. VSC could be the #1 choise for javascript developers if some common syntax highlighting bugs were fixed.

Steps to Reproduce

Example 1:

let from = neki;
from = a; // is a variable and should be in white color like other variables

Example 2:

exports.myVar = async (ctx, next) => {} // this is all in white but exports and async should be e.g. in red or blue

Example 3:

t.me = 1;
t.is = 2; // `is` is in blue but should be the same color as the above (1)
t.in = 3; // `in` is in blue but should be the same color as the above (1)
t.of = 4; // `of` is in blue but should be the same color as the above (1)
@xpepermint xpepermint changed the title better javascript es6 syntax highlighting better javascript/Node.js/es6 syntax highlighting Jul 15, 2016
@plaanupam
Copy link

I love vsc except the syntax highlighting part. It will be great to have this feature

@aeschli
Copy link
Contributor

aeschli commented Jul 19, 2016

This issue was moved to microsoft/TypeScript-TmLanguage#212

@aeschli aeschli closed this as completed Jul 19, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants