Web-Ide mit aufgenommen
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"Repeat Loop": {
|
||||
"prefix": [
|
||||
"repeat",
|
||||
"loop",
|
||||
"while",
|
||||
"for"
|
||||
],
|
||||
"body": [
|
||||
"repeat ${1:iterations} {",
|
||||
"\t${0:$LINE_COMMENT code",
|
||||
"}"
|
||||
],
|
||||
"description": "A repeat loop."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user