diff --git a/README.md b/README.md index fbb77c7..2012589 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # ZHAW Snippets This repo contains a collection of ZHAW related snippets. + ## Features Currently, this collection provides snippets for the InES file headers in C/C++ @@ -13,6 +14,11 @@ encounter them. | ------- | -------------------- | ------------ | | `inesh` | The InES file header | c, cpp, vhdl | +## Resources + +- [VSCode Snippets Documentation](https://code.visualstudio.com/docs/editor/userdefinedsnippets) +- Example project: + - [vue-vscode-snippets](https://github.com/sdras/vue-vscode-snippets) ## Release Notes diff --git a/imgs/zhaw.png b/imgs/zhaw.png index 63983db..dc32cb7 100644 Binary files a/imgs/zhaw.png and b/imgs/zhaw.png differ diff --git a/package.json b/package.json index ff4975b..7e8d648 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/InES-HPMM/zhaw-snippets", + "url": "https://github.com/InES-HPMM/zhaw-snippets" }, "scripts": { "build": "vsce package -o zhaw-snippets-$npm_package_version.vsix", @@ -19,10 +19,10 @@ }, "keywords": [ "snippets", - "zhaw", + "zhaw" ], "categories": [ - "Snippets", + "Snippets" ], "contributes": { "snippets": [