aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--queries/kotlin/highlights.scm4
1 files changed, 2 insertions, 2 deletions
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