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

Highlight await and concurrent #144

Closed Wilfred closed 2 years ago

Wilfred commented 2 years ago

Treat await and concurrent as keywords, consistent with return or foreach.

Before:

Screenshot 2022-08-31 at 14 51 51

After:

Screenshot 2022-08-31 at 14 51 10

I've also removed a few references to obsolete syntax. See the first commit.