Open periapsistech opened 1 year ago
Hello!
First off -- awesome solution, super excited to see it in action on HTML pages.
Would it be possible to support the .razor file extension? It's basically the same as HTML. Example:
.razor
@page "/MyPage" <h3>@MyString </h3> <div>Okay div</div> @code { public string MyString { get; set; } = "Hello!"; }
I have submitted PR #7 to support this (maybe).
@ppfabian Are you able to do this? I see you are a maintainer.
Hello!
First off -- awesome solution, super excited to see it in action on HTML pages.
Would it be possible to support the
.razor
file extension? It's basically the same as HTML. Example:I have submitted PR #7 to support this (maybe).