aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--queries/kotlin/highlights.scm8
1 files changed, 6 insertions, 2 deletions
diff --git a/queries/kotlin/highlights.scm b/queries/kotlin/highlights.scm
index 6d84f0f4a..60ab279ac 100644
--- a/queries/kotlin/highlights.scm
+++ b/queries/kotlin/highlights.scm
@@ -129,14 +129,18 @@
[
"["
"]"
-"$"
-"${"
"{"
"}"
"("
")"
] @punctuation.bracket
+[
+"$"
+"${"
+"}"
+] @punctuation.special
+
;; Comments
(comment) @comment