16 lines
307 B
Plaintext
16 lines
307 B
Plaintext
{
|
|
"Repeat Loop": {
|
|
"prefix": [
|
|
"repeat",
|
|
"loop",
|
|
"while",
|
|
"for"
|
|
],
|
|
"body": [
|
|
"repeat ${1:iterations} {",
|
|
"\t${0:$LINE_COMMENT code",
|
|
"}"
|
|
],
|
|
"description": "A repeat loop."
|
|
}
|
|
} |