diff options
| -rw-r--r-- | queries/kotlin/highlights.scm | 8 |
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 |
