Skip to content

Commit

Permalink
Merge pull request #48 from Luthetus/dev
Browse files Browse the repository at this point in the history
.cshtml file extensions get RazorCompilerService
  • Loading branch information
Luthetus authored Aug 31, 2023
2 parents 76c81c2 + 753389f commit ed0c103
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public static IDecorationMapper GetDecorationMapper(
C_SHARP_CLASS => cSharpCompilerService,
RAZOR_CODEBEHIND => cSharpCompilerService,
RAZOR_MARKUP => razorCompilerService,
CSHTML_CLASS => cSharpCompilerService,
CSHTML_CLASS => razorCompilerService,
CSS => cssCompilerService,
JAVA_SCRIPT => javaScriptCompilerService,
JSON => jsonCompilerService,
Expand Down

0 comments on commit ed0c103

Please sign in to comment.