mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlights(hack): use @function.call/@method.call
This commit is contained in:
parent
600ac0f358
commit
d11d35fb61
2 changed files with 4 additions and 4 deletions
|
|
@ -38,7 +38,7 @@ final xhp class a_post extends x\element {
|
|||
'document.getElementById("'.$id.'").submit(); return false;',
|
||||
);
|
||||
$anchor->setAttribute('href', '#');
|
||||
// ^ method
|
||||
// ^ method.call
|
||||
|
||||
return $form;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue