Checklist
The code with a problem is:
int main() {
void foo() noexcept;
[]() noexcept {}();
[] noexcept {}();
}
It looks like:

Theme: Default Dark Modern
It should look like:
noexcept in lambda should be the same color as it is in function declaration