From e090c5b22d0d061e749f8ce33cb9b9a7e6b8ab55 Mon Sep 17 00:00:00 2001 From: Riley Bruins Date: Sat, 31 Aug 2024 18:28:56 -0700 Subject: feat(wing): add many missing highlights ...as well as some fold and injection queries. --- tests/query/highlights/wing/class.w | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/query/highlights/wing/class.w b/tests/query/highlights/wing/class.w index 9f76b16e8..1507d7574 100644 --- a/tests/query/highlights/wing/class.w +++ b/tests/query/highlights/wing/class.w @@ -1,12 +1,13 @@ bring cloud; -// <- @keyword +// <- @keyword.import +// ^ @module class Foo { // <- @keyword.type // ^ @type // ^ @punctuation.bracket name: str; -//^ @variable.member +//^ @property // ^ @type.builtin // ^ @punctuation.delimiter new(name: str) { @@ -14,6 +15,7 @@ class Foo { // ^ @variable this.name = name; // ^ @punctuation.delimiter +// ^ @variable.member // ^ @operator } } -- cgit v1.2.3-70-g09d2