forked fromrafamadriz/friendly-snippets
- Notifications
You must be signed in to change notification settings - Fork0
Commit00ba9dd
authored
vhdl: add snippets for conditional assignments, signals, variables, functions, procedures, etc. (rafamadriz#492)
* vhdl.json: more descriptive prefixes for generate snippets* vhdl.json: add signal declaration snippets* vhdl.json: add variable and constant snippets* vhdl.json: add function snippet* vhdl.json: fix missing comma in function snippet* vhdl.json: add procedure snippet* vhdl.json: remove variable section from function and procedure* vhdl.json: add with select assignment snippet* vhdl.json: add when-else assignment snippet* vhdl.json: add missing semicolon to when-else snippet* vhdl.json: remove semicolon from type snippets without initialiserSemicolon is not needed in these snippets because they are already contained in the signal, variable and constant snippets. Type snippets with initialiser are also not needed any more because initialiser is also contained in the other snippets. They can be deprecated in the future.* vhdl.json: remove duplicated zeroes snippets* vhdl.json: add snippet for when alternatives in case statements1 parent8929e8f commit00ba9dd
1 file changed
+82
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
96 | 115 | | |
97 | 116 | | |
98 | 117 | | |
99 | 118 | | |
100 | 119 | | |
101 | 120 | | |
102 | | - | |
| 121 | + | |
103 | 122 | | |
104 | 123 | | |
105 | 124 | | |
| |||
124 | 143 | | |
125 | 144 | | |
126 | 145 | | |
127 | | - | |
| 146 | + | |
128 | 147 | | |
129 | 148 | | |
130 | 149 | | |
| |||
167 | 186 | | |
168 | 187 | | |
169 | 188 | | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
170 | 245 | | |
171 | 246 | | |
172 | 247 | | |
| |||
215 | 290 | | |
216 | 291 | | |
217 | 292 | | |
218 | | - | |
| 293 | + | |
219 | 294 | | |
220 | 295 | | |
221 | 296 | | |
| |||
225 | 300 | | |
226 | 301 | | |
227 | 302 | | |
228 | | - | |
| 303 | + | |
229 | 304 | | |
230 | 305 | | |
231 | 306 | | |
| |||
235 | 310 | | |
236 | 311 | | |
237 | 312 | | |
238 | | - | |
| 313 | + | |
239 | 314 | | |
240 | 315 | | |
241 | 316 | | |
| |||
282 | 357 | | |
283 | 358 | | |
284 | 359 | | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | 360 | | |
296 | 361 | | |
297 | 362 | | |
| |||
302 | 367 | | |
303 | 368 | | |
304 | 369 | | |
305 | | - | |
| 370 | + | |
0 commit comments
Comments
(0)