mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 12:47:14 +00:00
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.