mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-15 12:51:00 +01:00
7b18e67e7a
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.