Skip to content

Commit 314a16f

Browse files
juergenhoetzelAndreaCrotti
authored andcommitted
Add snippet for sh 'until' loop (AndreaCrotti#229)
1 parent 7534870 commit 314a16f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sh-mode/until

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# -*- mode: snippet -*-
2+
# name: until loop
3+
# key: until
4+
# --
5+
until ${1:cond}; do
6+
$0
7+
done

0 commit comments

Comments
 (0)