From fe69402ad8aa646c99db041cc3fa9162b7c798fa Mon Sep 17 00:00:00 2001 From: disrupted Date: Wed, 25 Feb 2026 08:41:16 +0100 Subject: [PATCH] refactor(nickel): apply feedback --- runtime/queries/nickel/highlights.scm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/runtime/queries/nickel/highlights.scm b/runtime/queries/nickel/highlights.scm index 78f35dc46..20b52b30e 100644 --- a/runtime/queries/nickel/highlights.scm +++ b/runtime/queries/nickel/highlights.scm @@ -51,10 +51,14 @@ "!=" "<" ">" + "@" + ".." ] @operator (type_atom) @type +(static_string) @string + (chunk_literal_single) @string (chunk_literal_multi) @string @@ -83,9 +87,9 @@ "*" ] @punctuation.delimiter -(multstr_start) @punctuation.bracket +(multstr_start) @string -(multstr_end) @punctuation.bracket +(multstr_end) @string (interpolation_start) @punctuation.bracket