Skip to content

Commit

Permalink
Add language icon
Browse files Browse the repository at this point in the history
  • Loading branch information
cschleiden committed Mar 20, 2023
1 parent 8942b39 commit fd22af2
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@
"**/.github/workflows/**/*.yml",
"**/.github/workflows/**/*.yaml"
],
"configuration": "./language/language-configuration.json"
"configuration": "./language/language-configuration.json",
"icon": {
"dark": "resources/icons/dark/lang.svg",
"light": "resources/icons/light/lang.svg"
}
}
],
"grammars": [
Expand Down
10 changes: 10 additions & 0 deletions resources/icons/dark/lang.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions resources/icons/light/lang.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fd22af2

Please sign in to comment.