aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/highlights/php/variables.php
diff options
context:
space:
mode:
authorCaleb White <cdwhite3@pm.me>2024-03-19 09:02:08 -0500
committerChristian Clason <c.clason@uni-graz.at>2024-03-27 08:29:44 +0100
commit4ebf4ca4fad78866359d6e7126202f1791264416 (patch)
tree48b71cee3500b0f2547dae4dc178005c68dcaa78 /tests/query/highlights/php/variables.php
parentfix(php): fix use_{as,instead_of}_clause highlights (diff)
downloadnvim-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.php1
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