Enhance file type filter to include additional .NET source code file extensions

This commit is contained in:
Thorsten Sommer 2026-01-06 10:34:30 +01:00
parent 834a05fb00
commit 2a2dc9c750
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -27,8 +27,8 @@ public readonly record struct FileTypeFilter(string FilterName, string[] FilterE
public static FileTypeFilter AllSourceCode => new(TB("All Source Code Files"),
[
// C#:
"cs",
// .NET
"cs", "vb", "fs", "razor", "aspx", "cshtml", "csproj",
// Java:
"java",