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 inconsistent for 'in' keyword #446

Open
andy-hanson opened this issue Jan 30, 2023 · 0 comments
Open

Syntax highlighting inconsistent for 'in' keyword #446

andy-hanson opened this issue Jan 30, 2023 · 0 comments

Comments

@andy-hanson
Copy link

void f(in int delegate() x, in int y) {}

This renders as:
image

The second in is a different color. This is somehow related to the parentheses in delegate(), as the issue also happens after a template like Foo!(Bar).

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

No branches or pull requests

2 participants