Skip to content

Commit

Permalink
Added necessary changes and files to provide this plugin as a vscode …
Browse files Browse the repository at this point in the history
…extension.
  • Loading branch information
Thierry Delafontaine committed Mar 3, 2022
1 parent 20b79c0 commit 6924273
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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++
Expand All @@ -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

Expand Down
Binary file modified imgs/zhaw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
"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",
"install": "yarn build && code --install-extension zhaw-snippets-$npm_package_version.vsix"
},
"keywords": [
"snippets",
"zhaw",
"zhaw"
],
"categories": [
"Snippets",
"Snippets"
],
"contributes": {
"snippets": [
Expand Down

0 comments on commit 6924273

Please sign in to comment.