add the snippets to the repo
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
snippet fori
|
||||
{
|
||||
var ${1:i}: usize = ${2:0};
|
||||
while (i < ${3:10}) : (${1:i} += ${4:1}) {
|
||||
$0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user