Skip to content

Commit

Permalink
Updated packages and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Delafontaine committed Jul 19, 2022
1 parent db9cae8 commit 178d3c7
Show file tree
Hide file tree
Showing 3 changed files with 485 additions and 503 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ Use your plugin manager to install the package.

```lua
-- Packer
use "rafamadriz/friendly-snippets"
use "InES-HPMM/zhaw-snippets"
```

```vim
-- Plug
Plug 'rafamadriz/friendly-snippets'
Plug 'InES-HPMM/zhaw-snippets'
```

```
Expand All @@ -54,9 +54,9 @@ require("luasnip.loaders.from_vscode").lazy_load()

## Snippets

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

## Resources

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"path": "./snippets/vhdl.json"
},
{
"language":"zsh",
"language": "zsh",
"path": "./snippets/shell.json"
}
]
Expand Down
Loading

0 comments on commit 178d3c7

Please sign in to comment.