yasnippet/extras/imported/perl-mode/Loop one-line (xwhile).yasnippet
2009-08-29 17:59:02 +00:00

7 lines
151 B
Plaintext

# -*- mode: snippet -*-
# key: xwhile
# contributor: Translated from TextMate Snippet
# name: Loop One-line
# --
${1:expression} while ${2:condition};