You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like there is a syntax highlight bug when using shapes as a parameter in a function definition.
It seems that if you define a function with an inline shape shape(?'x'=>'a') $myshape = shape() immediately followed by a type aliased shape type mytype_t = shape(?'t' => 'k')mytype_t $myothershape = shape()
Hey vscode-hack friends!
It looks like there is a syntax highlight bug when using shapes as a parameter in a function definition.
It seems that if you define a function with an inline shape
shape(?'x'=>'a') $myshape = shape()
immediately followed by a type aliased shapetype mytype_t = shape(?'t' => 'k')
mytype_t $myothershape = shape()
eg.
edit: looks like it doesn't highlight it in github issues either!
The text was updated successfully, but these errors were encountered: