When I give a function an attribute, the function name is no longer fontified.
When I write a function:
int myfunction() { /*...*/ }
it is fontified correctly. But if I add any attribute:
[[nodiscard]] int myfunction() { /*...*/ }
the function name myfunction is now just the default text color. This happens with multiple
When I give a function an attribute, the function name is no longer fontified.
When I write a function:
int myfunction() { /*...*/ }it is fontified correctly. But if I add any attribute:
[[nodiscard]] int myfunction() { /*...*/ }the function name
myfunctionis now just the default text color. This happens with multiple