From f51aa0b75ebc09e811fb775932635e80bfc8d343 Mon Sep 17 00:00:00 2001 From: Jirgn Date: Sun, 5 Dec 2021 23:26:59 +0100 Subject: feat(fusion): update tests --- tests/query/highlights/fusion/basic.fusion | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/query') diff --git a/tests/query/highlights/fusion/basic.fusion b/tests/query/highlights/fusion/basic.fusion index 644a2d9e..d2ee5a5b 100644 --- a/tests/query/highlights/fusion/basic.fusion +++ b/tests/query/highlights/fusion/basic.fusion @@ -3,11 +3,11 @@ include: SomeFile.fusion // ^punctuation.delimiter // ^text.uri -namespace ns = Neos.Fusion.Space +namespace: ns = Neos.Fusion.Space //<- keyword -// ^namespace -// ^operator -// ^namespace +// ^namespace +// ^operator +// ^namespace prototype(MyType) < prototype(ns:SuperType) { //<-keyword -- cgit v1.2.3