Skip to content

Commit

Permalink
docs: update the info in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
delafthi committed Feb 22, 2023
1 parent 9372e3f commit 4f9f4ee
Showing 1 changed file with 4 additions and 45 deletions.
49 changes: 4 additions & 45 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ This repo contains a collection of ZHAW related snippets.

## Features

Currently, this collection provides snippets for the InES file headers in C/C++
and VHDL. More snippets will be added when they get requested or I when I
encounter them.
| Snippet | Purpose | Available in |
| ------- | -------------------- | ---------------------------------------- |
| `inesh` | The InES file header | c, cpp, vhdl, latex, python, shellscript |

## Installation

Expand Down Expand Up @@ -52,12 +52,6 @@ require("luasnip.loaders.from_vscode").load()
require("luasnip.loaders.from_vscode").lazy_load()
```

## Snippets

| Snippet | Purpose | Available in |
| ------- | -------------------- | ---------------------------------------- |
| `inesh` | The InES file header | c, cpp, vhdl, latex, python, shellscript |

## Resources

- [VSCode Snippets Documentation](https://code.visualstudio.com/docs/editor/userdefinedsnippets)
Expand All @@ -66,39 +60,4 @@ require("luasnip.loaders.from_vscode").lazy_load()

## Release Notes

Users appreciate release notes as you update your extension.

### 1.0.0

- Initial release of zhaw-snippets

### 1.0.1

- Added header snippet for latex
- Moved to yarn

### 1.0.2

- Fixed latex header snippet

### 1.0.3

- Added header snippet for python
- Added header snippet for shell
- Added at least one empty line after the header insertion.

### 1.0.4

- Removed angle brackets from python header snippets
- Updated readme

### 1.0.5

- Updated the python header, to match common usage
- Standardized the header over all file types

### 1.0.6

- fix(python): moved one-line docstring onto the same line as the double quotes
(PEP257)
- fix(python): added space after '=' symbol
See [CHANGELOG](CHANGELOG.md) for details.

0 comments on commit 4f9f4ee

Please sign in to comment.