slackhq / vscode-hack

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

Require a space after the enum keyword #143

Closed Wilfred closed 2 years ago

Wilfred commented 2 years ago

This stops us confusing enum declarations with enum values that happen to start enum_foo.

Before:

Screenshot 2022-08-22 at 14 58 05

After:

Screenshot 2022-08-22 at 14 56 24