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 38 forks source link

Bad syntax highlighting of `final abstract class` #114

Closed Wilfred closed 3 years ago

Wilfred commented 3 years ago
abstract final class MyFoo {}

This leads us to highlighting class as the class name, rather than MyFoo.