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

Incorrect syntax highlighting for object types with last property type of implicit any #766

Closed
mterczynski opened this issue Aug 8, 2019 · 0 comments

Comments

@mterczynski
Copy link

mterczynski commented Aug 8, 2019

TS and JS Grammar Extension version: 0.0.52 / latest

What is the issue?

If last property in object type has implicit any value its color changes to type color.

Code

let a: { prop1, prop2 };

Vs Code screenshot

image

As you can see (if you are viewing this issue at the time I wrote it) it doesn't work on GitHub too.

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