Skip to content

Commit 66a1101

Browse files
author
Marc Jakobi
committed
docs(readme): add some gifs
1 parent 3768b8f commit 66a1101

File tree

1 file changed

+63
-1
lines changed

1 file changed

+63
-1
lines changed

README.md

Lines changed: 63 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,72 @@ ls.add_snippets('haskell', haskell_snippets, { key = 'haskell' })
7171
7272
## Snippets
7373

74-
### `haskell-snippets.pragmas.prag`
74+
### Pragmas
75+
76+
#### `haskell-snippets.pragmas.prag`
7577

7678
![tty](https://github.com/mrcjkb/haskell-snippets.nvim/assets/12857160/88918b83-c8aa-4fb0-b74c-a24b5a9269a6)
7779

80+
#### `haskell-snippets.pragmas.lang`
81+
82+
![tty](https://github.com/mrcjkb/haskell-snippets.nvim/assets/12857160/18bf238a-ea23-4206-97ab-421a7896bfd2)
83+
84+
#### `haskell-snippets.pragmas.discover`
85+
86+
![tty](https://github.com/mrcjkb/haskell-snippets.nvim/assets/12857160/d80c6209-f324-4a1c-ae3c-9e4f1245a113)
87+
88+
#### `haskell-snippets.pragmas.nowarn`
89+
90+
![tty](https://github.com/mrcjkb/haskell-snippets.nvim/assets/12857160/ba95a3cd-fc68-4adb-9011-82e39ffc742c)
91+
92+
### Module and imports
93+
94+
#### `haskell-snippets.module.mod`
95+
96+
![tty](https://github.com/mrcjkb/haskell-snippets.nvim/assets/12857160/ade2cb77-10de-4183-bded-163caf3cc8f7)
97+
98+
#### `haskell-snippets.module.qual`
99+
100+
![tty](https://github.com/mrcjkb/haskell-snippets.nvim/assets/12857160/2fbd5f6d-2c8b-4f8c-b1f1-39bc4bd8f549)
101+
102+
### Data and typeclasses
103+
104+
#### `haskell-snippets.data.adt`
105+
106+
#### `haskell-snippets.data.newtype`
107+
108+
#### `haskell-snippets.data.rec`
109+
110+
#### `haskell-snippets.data.cls`
111+
112+
#### `haskell-snippets.data.ins`
113+
114+
#### `haskell-snippets.data.constraint`
115+
116+
### Functions
117+
118+
#### `haskell-snippets.functions.fun`
119+
120+
#### `haskell-snippets.functions.func`
121+
122+
#### `haskell-snippets.functions.lambda`
123+
124+
### Expressions
125+
126+
#### `haskell-snippets.expressions.if_expr`
127+
128+
#### `haskell-snippets.expressions.if_expr_multiline`
129+
130+
#### `haskell-snippets.expressions.case`
131+
132+
#### `haskell-snippets.expressions.lambdacase`
133+
134+
### QuasiQuotes
135+
136+
#### `haskell-snippets.quasiquotes.qq`
137+
138+
#### `haskell-snippets.quasiquotes.sql`
139+
78140
## Contributing
79141

80142
All contributions are welcome!

0 commit comments

Comments
 (0)