add threshold attribute to WHILE tag
This commit is contained in:
@@ -79,6 +79,18 @@
|
||||
],
|
||||
"description": "Create a WHILE loop"
|
||||
},
|
||||
"While Loop with Threshold": {
|
||||
"prefix": "whilethreshold",
|
||||
"body": [
|
||||
"[WHILE threshold=\"${1:99}\"]",
|
||||
" [CONDITION][% ${2:condition} %][/CONDITION]",
|
||||
" [DO]",
|
||||
" $0",
|
||||
" [/DO]",
|
||||
"[/WHILE]"
|
||||
],
|
||||
"description": "Create a WHILE loop with a threshold"
|
||||
},
|
||||
"Split": {
|
||||
"prefix": "split",
|
||||
"body": [
|
||||
|
||||
Reference in New Issue
Block a user