add razor file syntax highlighting

This commit is contained in:
Matt Parker
2025-09-14 19:02:33 +10:00
parent b4291cb7f7
commit cc7e766966
19 changed files with 590 additions and 49 deletions

View File

@@ -2,5 +2,6 @@
<PropertyGroup>
<!-- <TreatWarningsAsErrors Condition="'$(Configuration)' != 'Debug'">true</TreatWarningsAsErrors>-->
<UseArtifactsOutput>true</UseArtifactsOutput>
<Features>$(Features);use-roslyn-tokenizer=true</Features> <!-- idk if this does anything lol -->
</PropertyGroup>
</Project>