code-d icon indicating copy to clipboard operation
code-d copied to clipboard

Syntax highlighting inconsistent for 'in' keyword

Open andy-hanson opened this issue 2 years ago • 0 comments

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).

andy-hanson avatar Jan 30 '23 16:01 andy-hanson