aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/highlights/tiger/object-oriented.tig
diff options
context:
space:
mode:
Diffstat (limited to 'tests/query/highlights/tiger/object-oriented.tig')
-rw-r--r--tests/query/highlights/tiger/object-oriented.tig2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/query/highlights/tiger/object-oriented.tig b/tests/query/highlights/tiger/object-oriented.tig
index bf1632485..e67029c42 100644
--- a/tests/query/highlights/tiger/object-oriented.tig
+++ b/tests/query/highlights/tiger/object-oriented.tig
@@ -21,7 +21,7 @@ let
/* ^ @keyword.operator */
in
object.a := 27;
- /* ^ @property */
+ /* ^ @variable.member */
object.meth()
/* ^ @function.method */