Skip to content

Commit

Permalink
Add support for .gradle files (Fixes #23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Aug 16, 2022
1 parent cbfce51 commit e0a1344
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/icons/files/gradle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,11 @@
"stylus": { "iconPath": "./icons/files/stylus.svg" },
"scala": { "iconPath": "./icons/files/scala.svg" },
"sbt": { "iconPath": "./icons/files/sbt.svg" },
"postcss": { "iconPath": "./icons/files/postcss.svg" }
"postcss": { "iconPath": "./icons/files/postcss.svg" },
"gradle": { "iconPath": "./icons/files/gradle.svg" }
},
"fileExtensions": {
"gradle": "gradle",
"pcss": "postcss",
"sss": "postcss",
"sbt": "sbt",
Expand Down Expand Up @@ -311,6 +313,9 @@
"toml": "gear"
},
"fileNames": {
"gradle.properties": "gradle",
"gradlew": "gradle",
"gradle-wrapper.properties": "gradle",
"postcss.config.js": "postcss",
"postcss.config.cjs": "postcss",
"postcss.config.ts": "postcss",
Expand Down

0 comments on commit e0a1344

Please sign in to comment.