diff --git a/README.md b/README.md index 69c88b5..0c7e9c9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,18 @@ # Go Template Syntax Highlight Support for VSCode +[![Launched](https://img.shields.io/badge/VSCode--Go--Template-launched-brightgreen.svg?logo=visual-studio-code)](https://github.com/jinliming2/vscode-go-template) +[![GitHub license](https://img.shields.io/github/license/jinliming2/vscode-go-template.svg)](https://raw.githubusercontent.com/jinliming2/vscode-go-template/master/LICENSE) +[![GitHub stars](https://img.shields.io/github/stars/jinliming2/vscode-go-template.svg)](https://github.com/jinliming2/vscode-go-template/stargazers) +[![GitHub forks](https://img.shields.io/github/forks/jinliming2/vscode-go-template.svg)](https://github.com/jinliming2/vscode-go-template/network) +[![GitHub issues](https://img.shields.io/github/issues/jinliming2/vscode-go-template.svg)](https://github.com/jinliming2/vscode-go-template/issues) + Go Template Syntax Highlight Support for VSCode. +## Release + +- **[Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=jinliming2.vscode-go-template) / Recommend** +- [GitHub Release](https://github.com/jinliming2/vscode-go-template/releases) + ## Features - Support syntax highlighting for Go Template files: `*.go.txt`, `*.go.tpl`, `*.go.tmpl`. diff --git a/package.json b/package.json index 72f1389..673757c 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "vscode": "^1.20.0" }, "galleryBanner": { + "color": "#232323", "theme": "dark" }, "icon": "assets/logo.png",