File tree 1 file changed +10
-22
lines changed
1 file changed +10
-22
lines changed Original file line number Diff line number Diff line change 626
626
],
627
627
"description" : " do-while loop"
628
628
},
629
+ "while" : {
630
+ "prefix" : " while" ,
631
+ "body" : [
632
+ " while (${condition}) {" ,
633
+ " \t $0" ,
634
+ " }"
635
+ ],
636
+ "description" : " while loop"
637
+ },
629
638
"for" : {
630
639
"prefix" : " for" ,
631
640
"body" : [
660
669
" \t $0" ,
661
670
" }"
662
671
],
663
- "description" : " function"
672
+ "description" : " function definition "
664
673
},
665
674
"if" : {
666
675
"prefix" : " if" ,
671
680
],
672
681
"description" : " if statement"
673
682
},
674
- "if-else" : {
675
- "prefix" : " if-else" ,
676
- "body" : [
677
- " if (${condition}) {" ,
678
- " \t $1" ,
679
- " }" ,
680
- " else {" ,
681
- " \t $2" ,
682
- " }"
683
- ],
684
- "description" : " if-else statement"
685
- },
686
683
"elseif" : {
687
684
"prefix" : " elseif" ,
688
685
"body" : [
750
747
],
751
748
"description" : " try-finally exception handling"
752
749
},
753
- "while" : {
754
- "prefix" : " while" ,
755
- "body" : [
756
- " while (${condition}) {" ,
757
- " \t $0" ,
758
- " }"
759
- ],
760
- "description" : " while loop"
761
- },
762
750
763
751
"Workflow" : {
764
752
"prefix" : " workflow" ,
You can’t perform that action at this time.
0 commit comments