mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
highlights(hack): add keywords implements
This commit is contained in:
parent
cc0bdabe5f
commit
6a61461d18
4 changed files with 25 additions and 4 deletions
|
|
@ -8,6 +8,7 @@ class Box<T> {
|
|||
public function __construct(T $data) {
|
||||
// ^ type
|
||||
// ^ parameter
|
||||
// ^ keyword.function
|
||||
// ^ keyword
|
||||
// ^ method
|
||||
$this->data = $data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue