code-d
code-d copied to clipboard
Syntax highlighting inconsistent for 'in' keyword
void f(in int delegate() x, in int y) {}
This renders as:

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