Author | Jamozed <[email protected]> |
Date | 2021-06-13 10:02:20 |
Commit | c0ee09017a3f7b0a7cf96adca30c0239e3f2536e |
Parent | 1a1ef6c8ba9966201ca88118ec1008f189d5d4b5 |
Add logo for Visual Studio Marketplace
Diffstat
M | README.md | | | 3 | ++- |
A | logo.png | | | binary | |
M | package.json | | | 5 | +++-- |
3 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md index 448939c..5aed9a4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # EBNF for Visual Studio Code -> EBNF syntax highlighting for Visual Studio Code. +[![Version](https://vsmarketplacebadge.apphb.com/version/OMKOV.vscode-ebnf.svg)](https://marketplace.visualstudio.com/items?itemName=OMKOV.vscode-ebnf) +[![Installs](https://vsmarketplacebadge.apphb.com/installs/OMKOV.vscode-ebnf.svg)](https://marketplace.visualstudio.com/items?itemName=OMKOV.vscode-ebnf) ## About diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..426eb17 Binary files /dev/null and b/logo.png differ diff --git a/package.json b/package.json index a9d50dc..cdcf869 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "vscode-ebnf", - "version": "1.0.0", + "version": "1.0.1", "publisher": "OMKOV", "engines": { "vscode": "^1.0.0" }, "license": "OLPE", "displayName": "EBNF", "description": "EBNF Highlighting", "categories": [ "Programming Languages" ], - "keywords": [ "ebnf" ], + "keywords": [ "bnf", "ebnf" ], "contributes": { "languages": [ { @@ -25,6 +25,7 @@ } ] }, + "icon": "./icon.png", "repository": { "type": "git", "url": "https://github.com/Jamozed/vscode-ebnf"