This repository is unmaintained and exists only to mirror the MIT licensed project that once existed at github.com/austincummings/razor-plus so other projects dependent upon it continue to work. This may disappear entirely or find a new home in the future.
Improved Razor syntax colorization for VS Code.
Supports Razor and Blazor directives.
Support for the @functions
directive.
None
None
- Implicit Razor expressions
@doSomething()
aren't colored using the C# syntax. - Email addresses aren't colored correctly
@foreach
directives aren't colored correctly- HTML nested in Razor code blocks
@{}
isn't colored as HTML @await
isn't colored as C#- Razor expressions in HTML attributes aren't colored
- Improve using directives by using newfound knowledge of regex lookaheads
- Add keywords and category to package.json
- Add LICENSE - MIT
- Support escaped "@" signs
Change name to Razor+
- Fix
@for
loop coloring - Fix razor comments
Fix broken readme images
Initial release