Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Apr 25, 2023
2 parents 0275194 + 7e5716a commit fb44674
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 2 deletions.
24 changes: 23 additions & 1 deletion icons/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -1337,6 +1337,19 @@
}
]
},
"file_type_kotlin_gradle": {
"aliases": [
{
"base": "source.Kotlin",
"extensions": [
"gradle.kts"
],
"name": "Kotlin (Gradle)",
"scope": "source.Kotlin.gradle"
}
],
"color": "blue"
},
"file_type_ksp": {
"color": "graphite",
"syntaxes": [
Expand Down Expand Up @@ -3103,10 +3116,19 @@
},
"file_type_yarn": {
"aliases": [
{
"base": "source.shell",
"extensions": [
".yarnrc"
],
"name": "Shell Script (Yarn)",
"scope": "source.shell.yarn"
},
{
"base": "source.yaml",
"extensions": [
"yarn.lock"
"yarn.lock",
".yarnrc.yml"
],
"name": "YAML (Yarn)",
"scope": "source.yaml.yarn"
Expand Down
Binary file added icons/multi/file_type_kotlin_gradle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/multi/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/multi/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/single/file_type_kotlin_gradle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/single/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/single/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icons/svg/file_type_kotlin_gradle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions preferences/file_type_kotlin_gradle.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<plist version="1.0">
<dict>
<key>scope</key>
<string>source.Kotlin.gradle</string>
<key>settings</key>
<dict>
<key>icon</key>
<string>file_type_kotlin_gradle</string>
</dict>
</dict>
</plist>
2 changes: 1 addition & 1 deletion preferences/file_type_yarn.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.yaml.yarn</string>
<string>source.shell.yarn, source.yaml.yarn</string>
<key>settings</key>
<dict>
<key>icon</key>
Expand Down
Empty file added tests/.yarnrc
Empty file.
Empty file added tests/.yarnrc.yml
Empty file.
Empty file.

0 comments on commit fb44674

Please sign in to comment.