Skip to content

Commit

Permalink
Hoon file icons
Browse files Browse the repository at this point in the history
  • Loading branch information
rivmud-fabwen committed Feb 20, 2022
1 parent 33a9f9d commit 04ce16e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
Binary file added icons/tilde_dark.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/tilde_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "hoon",
"displayName": "Hoon",
"description": "Language support for the Hoon language",
"version": "0.1.2",
"version": "0.1.3",
"publisher": "urbit",
"repository": "https://github.com/famousj/hoon-vscode.git",
"icon": "images/urbit.png",
Expand All @@ -27,6 +27,10 @@
"extensions": [
".hoon"
],
"icon": {
"light": "./icons/tilde_light.png",
"dark": "./icons/tilde_dark.png"
},
"configuration": "./language-configuration.json"
}
],
Expand Down

0 comments on commit 04ce16e

Please sign in to comment.