Skip to content

Commit

Permalink
feat: ✨ added nim icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Mozart409 committed Jan 28, 2022
1 parent 0141097 commit 2592c42
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
*.vsix
.DS_Store
test/.dccache
11 changes: 11 additions & 0 deletions icons/nim.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions mozart409-icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,9 @@
"mustache": {
"iconPath": "./icons/file_type_mustache@2x.png"
},
"nim": {
"iconPath": "./icons/nim.svg"
},
"node": {
"iconPath": "./icons/file_type_node@2x.png"
},
Expand Down Expand Up @@ -482,6 +485,9 @@
"mx3": "matlab",
"n": "binary",
"ndll": "binary",
"nim": "nim",
"nims": "nim",
"nimble": "nim",
"npmignore": "npm",
"nvmrc": "node",
"o": "binary",
Expand Down Expand Up @@ -596,6 +602,9 @@
"license": "license",
"ini": "ini",
"license.md": "license",

".nimble.json": "nim",
".nim.cfg": "nim",
"makefile": "settings",
"package.json": "npm",
"Procfile": "procfile",
Expand Down
Empty file added test/.nim.cfg
Empty file.
Empty file added test/test.nim
Empty file.

0 comments on commit 2592c42

Please sign in to comment.