Aspnetcore: Razor TextMate colorization is lost following multiple statement blocks

Created on 21 Apr 2020  路  4Comments  路  Source: dotnet/aspnetcore

image

area-razor.tooling bug feature-razor.textmate

All 4 comments

This test case can be simplified to:

<ul>

@if (true)
{
    <self_closing />
}

@if (true)
{

}

Where <self_closing /> is any self closing tag.

image

image
Seems that this still happens to a lesser degree, the last @ here isn't getting caught.

Does anyone remember if this was VS or VSCode? It doesn't have the label :(

Seems this was resolved either way:
VS
image
VSCode
image

Was this page helpful?
0 / 5 - 0 ratings

Related issues

danroth27 picture danroth27  路  130Comments

davidfowl picture davidfowl  路  126Comments

pekkah picture pekkah  路  200Comments

natemcmaster picture natemcmaster  路  213Comments

reduckted picture reduckted  路  91Comments