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

Broken colorization in multiline generic parameters #745

Closed
infctr opened this issue Apr 28, 2019 · 1 comment
Closed

Broken colorization in multiline generic parameters #745

infctr opened this issue Apr 28, 2019 · 1 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

Comments

@infctr
Copy link

infctr commented Apr 28, 2019

TS and JS Grammar Extension version: 0.0.50 / latest

Code

interface Static {
  path<
    T1 extends string,
    T2 extends string,
    T3 extends string,
    T4 extends string,
    T5 extends string,
    TResult
  >(
    path: [T1, T2, T3, T4, T5],
    obj: { [K1 in T1]: { [K2 in T2]: { [K3 in T3]: { [K4 in T4]: { [K5 in T5]: TResult } } } } }
  ): TResult;
}

image

❯ code-insiders -v
1.34.0-insider
56f1b4795fed05677eb82a21dac4fc1ab62d747b
x64
@sheetalkamat
Copy link
Member

Duplicate of #479

@sheetalkamat sheetalkamat marked this as a duplicate of #479 Apr 29, 2019
@sheetalkamat sheetalkamat added 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 labels Apr 29, 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