When semantic highlighting is enabled the scope constant.character.escape is overriden by the scope string. How can one change the color of the escape characters when semantic highlighting is enabled in C#? I've also tried semanticTokenColors with stringEscapeCharacter but no luck.

When semantic highlighting is enabled the scope
constant.character.escapeis overriden by the scopestring. How can one change the color of the escape characters when semantic highlighting is enabled in C#? I've also triedsemanticTokenColorswithstringEscapeCharacterbut no luck.