From a9b31418e6eee3d98a94c24b0570655fd9093e4d Mon Sep 17 00:00:00 2001 From: Chris Dragan Date: Sat, 3 Jan 2026 22:31:22 +0000 Subject: [PATCH] fix: update comment test --- tests/query/highlights/kos/test.kos | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/query/highlights/kos/test.kos b/tests/query/highlights/kos/test.kos index cffa21218..6ab57ebca 100644 --- a/tests/query/highlights/kos/test.kos +++ b/tests/query/highlights/kos/test.kos @@ -9,13 +9,13 @@ public var item = 1; # ^ punctuation.delimiter # hash comment -# <- spell +# <- @comment @spell // slash comment -# <- spell +# <- @comment @spell /* block comment */ -# <- spell +# <- @comment @spell fun name(arg1, # ^ keyword.function