mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-21 18:28:50 +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.