yasnippet-snippets/f90-mode/until
Jonas Kalderstam 559217a138 Updated the Fortran snippets
Tweaked three of the existing snippets and added a bunch of new ones.

Signed-off-by: Jonas Kalderstam <jonas@kalderstam.se>
2014-01-28 12:21:57 +01:00

10 lines
170 B
Plaintext

# -*- mode: snippet -*-
# contributor: Jonas Kalderstam <jonas@kalderstam.se>
# name: until ... end until ...
# key: until
# --
do
$0
if (${1:condition}) exit
end do