diff --git a/README.md b/README.md index 02eb470..c15504f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# RISC-V Assembly +# RISC-V Plus _RISC-V syntax highlighting for Visual Studio Code_ diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..dcc1686 Binary files /dev/null and b/icon.png differ diff --git a/package.json b/package.json index 1a965fc..0891298 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,13 @@ { "name": "riscv-plus", - "version": "0.0.3", "publisher": "steffo", + "icon": "icon.png", + "version": "0.0.3", "engines": { "vscode": "^1.33.0" }, "license": "MIT", - "displayName": "RISC-V Assembly", + "displayName": "RISC-V Plus", "description": "Alpha for RISC-V Syntax Highlighting.", "categories": [ "Programming Languages"