Skip to content

Fix Razor support - #992

Merged
XAMPPRocky merged 1 commit into
XAMPPRocky:masterfrom
meenzen:master
May 2, 2024
Merged

Fix Razor support#992
XAMPPRocky merged 1 commit into
XAMPPRocky:masterfrom
meenzen:master

Conversation

@meenzen

@meenzen meenzen commented Apr 26, 2023

Copy link
Copy Markdown
Contributor
  • Adds missing C# comments
  • Adds missing C# quotes
  • Adds support for Razor Components (.razor files)

Blocks like this will now be counted correctly:

@{
    // foo
    string foo = "bar";

    /*
    * bar
    */
    string bar = "foo";
}

Razor docs: https://learn.microsoft.com/en-us/aspnet/core/mvc/views/razor?view=aspnetcore-7.0

@XAMPPRocky

Copy link
Copy Markdown
Owner

Thank you for your PR, and congrats on your first contribution! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants