mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 15:00:04 -04:00
chore(php): trim down tests
This commit is contained in:
parent
7d938c1c72
commit
4ebf4ca4fa
4 changed files with 3 additions and 153 deletions
|
|
@ -11,7 +11,6 @@ class A {
|
|||
// ^^^^^^ @constructor
|
||||
$this->foo();
|
||||
// ^^^^ @variable.builtin
|
||||
// ^^ @operator
|
||||
// ^^^ @function.method.call
|
||||
self::foo();
|
||||
// ^^^^ @variable.builtin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue