Skip to content

Commit

Permalink
icon: add icon for HCL files (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmalehorn authored Oct 12, 2022
1 parent a5b95aa commit d0e8ac9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/HashiCorp_Icon_Black_RGB.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions assets/HashiCorp_Icon_White_RGB.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@
"extensions": [
".hcl"
],
"configuration": "./language-configuration.json"
"configuration": "./language-configuration.json",
"icon": {
"light": "./assets/HashiCorp_Icon_Black_RGB.svg",
"dark": "./assets/HashiCorp_Icon_White_RGB.svg"
}
}
],
"grammars": [
Expand Down

0 comments on commit d0e8ac9

Please sign in to comment.