Skip to content

Commit 04b3433

Browse files
committed
add snippet for until
1 parent 89f8fa6 commit 04b3433

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

UltiSnips/perl.snippets

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,11 @@ while ($1) {
129129

130130
endsnippet
131131

132+
snippet until "until"
133+
until ($1) {
134+
${2:# body...}
135+
}
136+
137+
endsnippet
138+
132139
# vim:ft=snippets:

0 commit comments

Comments
 (0)