diff options
| author | Caleb White <cdwhite3@pm.me> | 2024-03-19 09:02:08 -0500 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2024-03-27 08:29:44 +0100 |
| commit | 4ebf4ca4fad78866359d6e7126202f1791264416 (patch) | |
| tree | 48b71cee3500b0f2547dae4dc178005c68dcaa78 /tests/query/highlights/php/variables.php | |
| parent | fix(php): fix use_{as,instead_of}_clause highlights (diff) | |
| download | nvim-treesitter-4ebf4ca4fad78866359d6e7126202f1791264416.tar nvim-treesitter-4ebf4ca4fad78866359d6e7126202f1791264416.tar.gz nvim-treesitter-4ebf4ca4fad78866359d6e7126202f1791264416.tar.bz2 nvim-treesitter-4ebf4ca4fad78866359d6e7126202f1791264416.tar.lz nvim-treesitter-4ebf4ca4fad78866359d6e7126202f1791264416.tar.xz nvim-treesitter-4ebf4ca4fad78866359d6e7126202f1791264416.tar.zst nvim-treesitter-4ebf4ca4fad78866359d6e7126202f1791264416.zip | |
chore(php): trim down tests
Diffstat (limited to 'tests/query/highlights/php/variables.php')
| -rw-r--r-- | tests/query/highlights/php/variables.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/query/highlights/php/variables.php b/tests/query/highlights/php/variables.php index 6a466357c..a9c099ff2 100644 --- a/tests/query/highlights/php/variables.php +++ b/tests/query/highlights/php/variables.php @@ -11,7 +11,6 @@ class A { // ^^^^^^ @constructor $this->foo(); // ^^^^ @variable.builtin -// ^^ @operator // ^^^ @function.method.call self::foo(); // ^^^^ @variable.builtin |
