slackhq/vscode-hack

Syntax highlighting breaks down when using `shape(...)`

Closed this issue · 1 comments

The following code does not highlight properly:

function foo(int $arg): shape(...){
  return shape();
}

https://ibb.co/fnHZvdT

Believe this is now closed, see screenshot:

Screenshot 2019-10-24 11 15 15