-
-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
future releaseupstreamAn issue caused by highlight.js' logic or source filesAn issue caused by highlight.js' logic or source files
Description
I noticed some missing keywords from the latest versions of C#:
- record
Example:
public record Movie(string Title);
- with
Example:
var m = a with { Name = "Test"}
These were new keywords added in .NET 5 / C# 9. I'm kinda guessing there might be other missing keywords from the latest versions. I haven't noticed any, just these two.
For reference: https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/
S1SYPHOS
Metadata
Metadata
Assignees
Labels
future releaseupstreamAn issue caused by highlight.js' logic or source filesAn issue caused by highlight.js' logic or source files