diff --git a/UltiSnips/perl.snippets b/UltiSnips/perl.snippets index abaae3f..67c7f27 100644 --- a/UltiSnips/perl.snippets +++ b/UltiSnips/perl.snippets @@ -129,4 +129,11 @@ while ($1) { endsnippet +snippet until "until" +until ($1) { + ${2:# body...} +} + +endsnippet + # vim:ft=snippets: