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

[Syntax Highlighting] Incorrect highlighting of type parameters in constants #91

Open
Wilfred opened this issue Feb 20, 2020 · 2 comments
Labels

Comments

@Wilfred
Copy link
Contributor

Wilfred commented Feb 20, 2020

const vec<int> v = vec[0];

function foo(vec<int> $v = vec[0]): void {}

The first occurrence of int is incorrectly highlighted here.

@Wilfred
Copy link
Contributor Author

Wilfred commented Feb 20, 2020

#74 looks suspiciously similar.

@lexidor
Copy link
Contributor

lexidor commented Feb 20, 2020

image

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