leddt / visualstudio-colors-solarized

Visual Studio color schemes based on https://github.com/altercation/solarized
MIT License
713 stars 203 forks source link

Fix typo in Razor Code tag name #51

Closed cheeseweasel closed 5 years ago

cheeseweasel commented 5 years ago

I found a typo in one of the tag names causing problems with .cshtml.

This is for VS2017, and this PR should resolve for both light & dark themes (though the issue was only really evident in the dark theme).

leddt commented 5 years ago

Thanks! Could you also update the generator/SettingsTemplate.xml file? This is used to regenerate the vssettings file which could cause your changes to be overriden the next time the generator is ran.

cheeseweasel commented 5 years ago

Sure thing! The generator/SettingsTemplate.xml file has a fix for the typo now.

By the way I only changed 2017 as I'm not sure if this is due to the tag name changing at some point.