-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Closed
Labels
grammarSyntax highlighting grammarSyntax highlighting grammarmarkdownMarkdown support issuesMarkdown support issuesupstream-issue-linkedThis is an upstream issue that has been reported upstreamThis is an upstream issue that has been reported upstream
Description
Does this issue occur when all extensions are disabled?: No
- VS Code Version: 1.74.0
- OS Version: Windows 10
Steps to Reproduce:
public record Student(string FirstName, string LastName);
public record Teacher(string FirstName, string LastName); you can see that markdown doesn't really support record type, so there is no highlight on the keywords such as string, public and record keywords
Metadata
Metadata
Labels
grammarSyntax highlighting grammarSyntax highlighting grammarmarkdownMarkdown support issuesMarkdown support issuesupstream-issue-linkedThis is an upstream issue that has been reported upstreamThis is an upstream issue that has been reported upstream
