highlights(hack): add keywords implements

This commit is contained in:
Stephan Seitz 2021-11-28 15:12:08 +01:00
parent cc0bdabe5f
commit 6a61461d18
4 changed files with 25 additions and 4 deletions

View file

@ -8,6 +8,7 @@ class Box<T> {
public function __construct(T $data) {
// ^ type
// ^ parameter
// ^ keyword.function
// ^ keyword
// ^ method
$this->data = $data;