Details
What editor are you seeing the problem in? (e.g. Atom, Visual Studio Code, etc.)
vscode
What version of the editor are you using?
1.88.1
What color theme are you using?
dark plus
Repro
unsafe
{
int* p = stackalloc int[10];
int** pp = stackalloc int*[10];
int*** ppp = stackalloc int**[10];
int**** pppp = stackalloc int***[10];
}

Please provide a code example and (optionally) a screenshot demonstrating the problem.