diff --git a/tests/query/highlights/helixql/test.helixql b/tests/query/highlights/helixql/test.helixql index a13d5410b..d61c1a653 100644 --- a/tests/query/highlights/helixql/test.helixql +++ b/tests/query/highlights/helixql/test.helixql @@ -5,7 +5,7 @@ N::User { // ^ @type.definition INDEX id: ID, //^ @keyword -// ^ @type.builtin +// ^ @type.builtin name: String, //^ @property // ^ @type.builtin @@ -97,7 +97,7 @@ QUERY followUser(fromId: ID, toId: ID) => QUERY createMultipleUsers(names: [String]) => FOR name IN names { //^ @keyword -// ^ @keyword +// ^ @keyword user <- AddN({name: name}) } RETURN NONE