Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions icons/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion preferences/file_type_kotlin.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plist version="1.0">
<dict>
<key>scope</key>
<string>source.Kotlin</string>
<string>source.Kotlin, source.kotlin</string>
<key>settings</key>
<dict>
<key>icon</key>
Expand Down
2 changes: 1 addition & 1 deletion preferences/file_type_kotlin_gradle.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plist version="1.0">
<dict>
<key>scope</key>
<string>source.Kotlin.gradle</string>
<string>source.Kotlin, source.kotlin.gradle</string>
<key>settings</key>
<dict>
<key>icon</key>
Expand Down
Loading