Skip to content

Commit

Permalink
add logo for Pharo and moosebook
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Sep 28, 2022
1 parent dbe4aeb commit 7f0c506
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v2.0.1

- Add icon for Pharo files and Moosebook file

## v2.0.0

- Update to last version of VSCode (following API changement)
Expand Down
Binary file added media/moose-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions media/moose-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 16 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Highlighting, Auto-completion, Execution, ...",
"author": "Benoît Verhaeghe",
"license": "MIT",
"version": "2.0.0",
"version": "2.0.1",
"icon": "icon.png",
"repository": {
"type": "git",
Expand Down Expand Up @@ -106,7 +106,21 @@
"extensions": [
".st"
],
"configuration": "./language-configuration.json"
"configuration": "./language-configuration.json",
"icon": {
"light": "./media/pharo-bar.svg",
"dark": "./media/pharo-bar.svg"
}
},
{
"id": "moosebook",
"extensions": [
".moosebook"
],
"icon": {
"light": "./media/moose-logo.svg",
"dark": "./media/moose-logo.svg"
}
}
],
"grammars": [
Expand Down

0 comments on commit 7f0c506

Please sign in to comment.