Add Roslyn support for Razor and C# scripts (#24228)

This commit is contained in:
Luke Parker
2026-04-25 10:25:57 +10:00
committed by GitHub
parent 5cd178ba70
commit 1e4b7b5451
3 changed files with 135 additions and 25 deletions
+1
View File
@@ -14,6 +14,7 @@ export const LANGUAGE_EXTENSIONS: Record<string, string> = {
".cc": "cpp",
".c++": "cpp",
".cs": "csharp",
".csx": "csharp",
".css": "css",
".d": "d",
".pas": "pascal",