Skip to content

Commit

Permalink
add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
karakanb committed Oct 29, 2023
1 parent 23aa3fd commit 121b509
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Bruin is a unified analytics platform that enables data professionals to work en

This is the first release of Bruin's VS Code extension, therefore it currently only support syntax highlighting for Bruin's syntax. We will be adding more features in the future.

![Syntax Highlighting for Bruin assets](asset.png)
![Syntax Highlighting for Bruin assets](img/asset.png)


## Release Notes
Expand Down
File renamed without changes
Binary file added img/bruin-logo-sm128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@
"categories": [
"Data Science", "Formatters"
],
"icon": "images/bruin-logo-sm128.png",
"activationEvents": [],
"main": "./extension.js",
"repository": {
"type": "git",
"url": "https://github.com/bruin-data/bruin-vscode"
},
"publisher": "karakanb",
"publisher": "bruin",
"contributes": {
"grammars": [
{
Expand Down

0 comments on commit 121b509

Please sign in to comment.