Skip to content

Highlight arrow function parameters #22

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

Closed
dbaeumer opened this issue Dec 8, 2015 · 3 comments
Closed

Highlight arrow function parameters #22

dbaeumer opened this issue Dec 8, 2015 · 3 comments
Labels

Comments

@dbaeumer
Copy link
Member

dbaeumer commented Dec 8, 2015

From @Bigous on December 4, 2015 12:48

When you are writing in TypeScript, arrow function does not get the parameter names colored. Using anonymous functions you get it colored.

Copied from original issue: microsoft/vscode#1013

@dbaeumer dbaeumer self-assigned this Dec 8, 2015
@dbaeumer dbaeumer added the needs more info Needs additional information to be able to be able to take action on the issue label Dec 8, 2015
@dbaeumer
Copy link
Member Author

dbaeumer commented Dec 8, 2015

From @alexandrudima on December 4, 2015 14:27

@Bigous can you provide the code snippet please.
@dbaeumer this might be an upstream issue in the TypeScript TM grammar

@dbaeumer
Copy link
Member Author

dbaeumer commented Dec 8, 2015

From @Bigous on December 4, 2015 16:47

Sure...
This is not colored

app.get('/test/', (req, res) => {
});

This is colored correctly

app.get('/test/', function (req, res) {
});

Just like here in github :D

[]s

@dbaeumer dbaeumer removed their assignment Dec 8, 2015
@dbaeumer dbaeumer removed the needs more info Needs additional information to be able to be able to take action on the issue label Dec 8, 2015
@zhengbli zhengbli added the bug label Feb 2, 2016
@sheetalkamat
Copy link
Member

Fixed by #257

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants