Skip to content

Update to latest C# TextMate grammar#40125

Merged
aeschli merged 1 commit intomicrosoft:masterfrom
DustinCampbell:update-csharp-grammar
Dec 13, 2017
Merged

Update to latest C# TextMate grammar#40125
aeschli merged 1 commit intomicrosoft:masterfrom
DustinCampbell:update-csharp-grammar

Conversation

@DustinCampbell
Copy link
Member

This fixes several syntax highlighting issues:

  • Parameters with a multi-dimensional array type does not break matching the rest of the parameter list.
  • Ensure that the closing brace of an anonymous object does not break matching further rules.
  • Ensure that throw expressions allow matching nested expressions.
  • Allow expression-bodied methods with generic constraints.

cc @rchande and @TheRealPiotrP

Related issues: dotnet/csharp-tmLanguage#84, dotnet/csharp-tmLanguage#85, dotnet/csharp-tmLanguage#86, dotnet/csharp-tmLanguage#88, dotnet/csharp-tmLanguage#89, dotnet/csharp-tmLanguage#90

This fixes several syntax highlighting issues:

* Parameters with a multi-dimensional array type does not break matching the rest of the parameter list.
* Ensure that the closing brace of an anonymous object does not break matching further rules.
* Ensure that throw expressions allow matching nested expressions.
* Allow expression-bodied methods with generic constraints.
@aeschli aeschli merged commit 472a41a into microsoft:master Dec 13, 2017
@aeschli aeschli added this to the December 2017/January 2018 milestone Dec 13, 2017
@aeschli
Copy link
Contributor

aeschli commented Dec 13, 2017

Thanks @DustinCampbell !

@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants