From a4b72d4f7f344d6c3620b682ca3a5053ec642dc7 Mon Sep 17 00:00:00 2001 From: Josef Litoš <54900518+JosefLitos@users.noreply.github.com> Date: Wed, 22 Feb 2023 18:03:42 +0100 Subject: Update highlights.scm --- queries/kotlin/highlights.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'queries') diff --git a/queries/kotlin/highlights.scm b/queries/kotlin/highlights.scm index 22f320032..a3ec3c8b9 100644 --- a/queries/kotlin/highlights.scm +++ b/queries/kotlin/highlights.scm @@ -408,7 +408,7 @@ ; NOTE: `interpolated_identifier`s can be highlighted in any way (line_string_literal "$" @punctuation.special - (interpolated_identifier) @variable) + (interpolated_identifier) @none @variable) (line_string_literal "${" @punctuation.special (interpolated_expression) @none @@ -416,7 +416,7 @@ (multi_line_string_literal "$" @punctuation.special - (interpolated_identifier) @variable) + (interpolated_identifier) @none @variable) (multi_line_string_literal "${" @punctuation.special (interpolated_expression) @none -- cgit v1.2.3-70-g09d2