add threshold attribute to WHILE tag

This commit is contained in:
2026-08-19 14:12:26 +02:00
parent 15422cca1f
commit 300864a15e
7 changed files with 61 additions and 25 deletions
+12
View File
@@ -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": [