For instance, in an @code C# statement if you write an HTML tag the tag name gets colorized but not the punctuation for the less than operator and slashes etc.:
Nested:

Not nested:

It looks like the correct semantic token types are being applied but we may be missing associated semantic scopes in VSCode because in VS it all works as expected.
For instance, in an
@codeC# statement if you write an HTML tag the tag name gets colorized but not the punctuation for the less than operator and slashes etc.:Nested:

Not nested:

It looks like the correct semantic token types are being applied but we may be missing associated semantic scopes in VSCode because in VS it all works as expected.