madskristensen / RainbowBraces

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

Feature: Support for angle brackets #58

Closed lordfanger closed 1 year ago

lordfanger commented 1 year ago

Visual Studio 17.6 Preview 1 has natively colorized braces but also angle brackets and it looks weird to have everything else colorized by this extension but angle brackets by Visual Studio.

I'm not sure if this feature should be opt in or opt out.

I've updated parse logic a little to handle this and prepare for later use in .razor/.cshtml supprt where simple allow/disallow don't work. Braces belongs there to up to 3 different tags including general HTML attribute tag.

madskristensen commented 1 year ago

Makes sense. Thanks