yasnippet-snippets/applescript-mode/repeat-until
Jean-Christophe Helary 3951c2e40f Add applescript snippets from apples-mode (#179)
* applescript snippets from apples-mode

apples-mode had snippets that were not in this repository:
https://github.com/tequilasunset/apples-mode

* add snippets to apples-mode

Add the snippets included in apples-mode to the main repository.
2017-04-30 15:13:04 +01:00

6 lines
No EOL
79 B
Text

# -*- mode: snippet -*-
# name: repeat-until
# --
repeat until $1
$0
end repeat