Skip to content

Commit

Permalink
add support for .node-version (Fixes #25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Aug 16, 2022
1 parent e0a1344 commit 7a0206e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/icons/files/node.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@
"scala": { "iconPath": "./icons/files/scala.svg" },
"sbt": { "iconPath": "./icons/files/sbt.svg" },
"postcss": { "iconPath": "./icons/files/postcss.svg" },
"gradle": { "iconPath": "./icons/files/gradle.svg" }
"gradle": { "iconPath": "./icons/files/gradle.svg" },
"node": { "iconPath": "./icons/files/node.svg" }
},
"fileExtensions": {
"gradle": "gradle",
Expand Down Expand Up @@ -313,6 +314,11 @@
"toml": "gear"
},
"fileNames": {
"package.json": "node",
"package-lock.json": "node",
".nvmrc": "node",
".esmrc": "node",
".node-version": "node",
"gradle.properties": "gradle",
"gradlew": "gradle",
"gradle-wrapper.properties": "gradle",
Expand Down

0 comments on commit 7a0206e

Please sign in to comment.