Skip to content

markdown can't recognize record type #168449

@slowjams

Description

@slowjams

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); 

image

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

Assignees

Labels

grammarSyntax highlighting grammarmarkdownMarkdown support issuesupstream-issue-linkedThis is an upstream issue that has been reported upstream

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions