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 all built-in types consistently #106

Closed Wilfred closed 4 years ago

Wilfred commented 4 years ago

Ensure that we use support.type for all the built-in types. This keeps highlighting consistent, and distinct from keyword highlighting.

Before:

Screenshot 2020-09-08 at 18 34 53

After:

Screenshot 2020-09-08 at 18 34 15