diff --git a/images/B-Lang.png b/images/B-Lang.png new file mode 100644 index 0000000..f6af80f Binary files /dev/null and b/images/B-Lang.png differ diff --git a/package.json b/package.json index 9c3c964..5000fe3 100644 --- a/package.json +++ b/package.json @@ -7,10 +7,17 @@ "engines": { "vscode": "^1.0.0" }, + "icon": "images/B-Lang.png", + "galleryBanner": { + "color": "#12223c", + "theme": "dark" + }, "files": [ "src/*", "syntaxes/*.json", + "images/", "README.md", + "LICENSE", "*-configuration.json", "tsconfig.json" ], @@ -26,6 +33,12 @@ "type": "git", "url": "https://github.com/B-Lang-org/language-bh.git" }, + "bugs": { + "url": "https://github.com/B-Lang-org/language-bh/issues" + }, + "categories": [ + "Programming Languages" + ], "activationEvents": [ "onLanguage:bh" ], @@ -48,6 +61,8 @@ "aliases": [ "Bluespec Classic", "Bluespec Haskell", + "Bluespec BH", + "BH", "bh" ], "extensions": [