slackhq / vscode-hack

Hack language & HHVM debugger support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=pranayagarwal.vscode-hack
MIT License
76 stars 39 forks source link

Correctly highlight `is`, `as` and `instanceof` #110

Closed Wilfred closed 4 years ago

Wilfred commented 4 years ago

This ensures that is Foo and as Foo correctly highlight Foo as a type.

Wilfred commented 4 years ago

Thanks @PranayAgarwal :)