From f72b8b69ba334e0b0d53631d87a71484a31b8830 Mon Sep 17 00:00:00 2001 From: guille Date: Fri, 24 Apr 2026 15:55:18 +0200 Subject: [PATCH] Update Kotlin scope There is a proposal to move the Kotlin package, which would include changing the scope name to a more standard `source.kotlin` --- icons/icons.json | 6 +++--- preferences/file_type_kotlin.tmPreferences | 2 +- preferences/file_type_kotlin_gradle.tmPreferences | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/icons/icons.json b/icons/icons.json index d10fee9e..87f79cce 100644 --- a/icons/icons.json +++ b/icons/icons.json @@ -1732,19 +1732,19 @@ "kts" ], "name": "Plain Text (Kotlin)", - "scope": "source.Kotlin" + "scope": "source.Kotlin, source.kotlin" } ] }, "file_type_kotlin_gradle": { "aliases": [ { - "base": "source.Kotlin", + "base": "source.kotlin", "extensions": [ "gradle.kts" ], "name": "Kotlin (Gradle)", - "scope": "source.Kotlin.gradle" + "scope": "source.kotlin.gradle" } ], "color": "blue" diff --git a/preferences/file_type_kotlin.tmPreferences b/preferences/file_type_kotlin.tmPreferences index ea5efccf..aa010092 100644 --- a/preferences/file_type_kotlin.tmPreferences +++ b/preferences/file_type_kotlin.tmPreferences @@ -2,7 +2,7 @@ scope - source.Kotlin + source.Kotlin, source.kotlin settings icon diff --git a/preferences/file_type_kotlin_gradle.tmPreferences b/preferences/file_type_kotlin_gradle.tmPreferences index 21ae872c..63d45ed7 100644 --- a/preferences/file_type_kotlin_gradle.tmPreferences +++ b/preferences/file_type_kotlin_gradle.tmPreferences @@ -2,7 +2,7 @@ scope - source.Kotlin.gradle + source.Kotlin, source.kotlin.gradle settings icon