madskristensen / RainbowBraces

A Visual Studio extension
Apache License 2.0
132 stars 7 forks source link

Fixes support for embedded languages #13

Closed Miloslav closed 2 years ago

Miloslav commented 2 years ago

Hi Mads,

This fixes support for embbeded languages, including cshtml and php files. It worked until the changeset 664f608

Simple cshtml testcase:

@{
    {
        {
            {
            }
        }
    }
}

Thank you

madskristensen commented 2 years ago

Thanks!!

Miloslav commented 2 years ago

Thank You!