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 `where` as a keyword #139

Open Wilfred opened 2 years ago

Wilfred commented 2 years ago
function foo<T>(): T where T super string {
  return "foo";
}

Currently where is treated as the name of a type.