Skip to content

Fix anonymous object expression issues#92

Merged
DustinCampbell merged 1 commit intodotnet:masterfrom
DustinCampbell:issues-85-and-89
Dec 7, 2017
Merged

Fix anonymous object expression issues#92
DustinCampbell merged 1 commit intodotnet:masterfrom
DustinCampbell:issues-85-and-89

Conversation

@DustinCampbell
Copy link
Member

Fixes #85
Fixes #89

This change fixes the rule for anonymous object to match up to and including the closing brace instead of looking ahead for other characters.

This change fixes the rule for anonymous object to match up to and including the closing brace instead of looking ahead for other characters.
@DustinCampbell DustinCampbell merged commit 1c2d5a9 into dotnet:master Dec 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Syntax highlighting fails for LINQ query joins with anonymous types Syntax highlighting is not correct in some cases of :? and new operator usage.

1 participant