madskristensen / RainbowBraces

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

Feature: Support for XML/HTML #73

Closed lordfanger closed 1 year ago

lordfanger commented 1 year ago

This adds support for XML and HTML files (also HTML in .razor). The pull request is big. I needed to do more changes in infrastructure to support it. I choosed to make it opt-out but can be made opt-in. It is more complex than simple single char braces ()[]{}<>.

image image

I plan to do some follow-ups (more supported XML-like content types, update docs, split classes to namespaces..) and probably fixes.

madskristensen commented 1 year ago

That looks awesome!!