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

No syntax highlighting for multiline object literal value with generics #784

Closed
mjbvz opened this issue Oct 25, 2019 · 1 comment
Closed
Labels
duplicate limitation Issue is result of tmLanguage limitation where in the lookup does not go beyond current line wontfix Issue is either side effect or limitation that will not be fixed for now

Comments

@mjbvz
Copy link
Contributor

mjbvz commented Oct 25, 2019

From microsoft/vscode#77808

TS and JS Grammar Extension version: 0.0.53 / latest

Code

const a = ({
    a: f<
        Pick<any, 'allIds'>
    >((acc, {}) => { return acc; })
});

Bug
The body of the function is not highlighted:

Screen Shot 2019-10-25 at 2 52 04 PM

@sheetalkamat
Copy link
Member

Duplicate of #475

@sheetalkamat sheetalkamat marked this as a duplicate of #475 Oct 30, 2019
@sheetalkamat sheetalkamat added limitation Issue is result of tmLanguage limitation where in the lookup does not go beyond current line wontfix Issue is either side effect or limitation that will not be fixed for now duplicate labels Oct 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate limitation Issue is result of tmLanguage limitation where in the lookup does not go beyond current line wontfix Issue is either side effect or limitation that will not be fixed for now
Projects
None yet
Development

No branches or pull requests

2 participants